Searched refs:UnwrappedLineParser (Results 1 – 6 of 6) sorted by relevance
123 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()149 UnwrappedLineParser &Parser;157 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()205 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser213 void UnwrappedLineParser::reset() { in reset()226 bool UnwrappedLineParser::parse() { in parse()262 void UnwrappedLineParser::parseFile() { in parseFile()272 void UnwrappedLineParser::parseLevel(bool HasOpeningBrace) { in parseLevel()308 void UnwrappedLineParser::calculateBraceTypes() { in calculateBraceTypes()396 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()[all …]
60 class UnwrappedLineParser {62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
9 UnwrappedLineParser.cpp
30 UnwrappedLineParser.cpp \
1698 UnwrappedLineParser Parser(Style, Tokens.lex(), *this); in format()
1009 + UnwrappedLineParser.cpp \