Searched refs:UnwrappedLineParser (Results 1 – 3 of 3) sorted by relevance
123 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()149 UnwrappedLineParser &Parser;186 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser193 void UnwrappedLineParser::reset() { in reset()206 bool UnwrappedLineParser::parse() { in parse()242 void UnwrappedLineParser::parseFile() { in parseFile()252 void UnwrappedLineParser::parseLevel(bool HasOpeningBrace) { in parseLevel()288 void UnwrappedLineParser::calculateBraceTypes() { in calculateBraceTypes()363 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()389 void UnwrappedLineParser::parseChildBlock() { in parseChildBlock()[all …]
60 class UnwrappedLineParser {62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
1225 UnwrappedLineParser Parser(Style, Tokens.lex(), *this); in format()