Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance
121 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::UnwrappedLineParser208 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()412 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()[all …]
61 class UnwrappedLineParser {63 UnwrappedLineParser(const FormatStyle &Style,
14 UnwrappedLineParser.cpp
96 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), Tokens.lex(), *this); in process()