Home
last modified time | relevance | path

Searched refs:UnwrappedLineParser (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.cpp121 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()
146 UnwrappedLineParser &Parser;
154 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()
200 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
208 void UnwrappedLineParser::reset() { in reset()
220 void UnwrappedLineParser::parse() { in parse()
254 void UnwrappedLineParser::parseFile() { in parseFile()
267 void UnwrappedLineParser::parseLevel(bool HasOpeningBrace) { in parseLevel()
311 void UnwrappedLineParser::calculateBraceTypes(bool ExpectClassBody) { in calculateBraceTypes()
401 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()
[all …]
DUnwrappedLineParser.h61 class UnwrappedLineParser {
63 UnwrappedLineParser(const FormatStyle &Style,
DCMakeLists.txt10 UnwrappedLineParser.cpp
DAndroid.mk28 UnwrappedLineParser.cpp \
DFormat.cpp1437 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), Tokens.lex(), in format()