Searched refs:UnwrappedLineParser (Results 1 – 7 of 7) sorted by relevance
212 UnwrappedLineParser &Parser;316 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser330 void UnwrappedLineParser::reset() { in reset()348 void UnwrappedLineParser::parse() { in parse()390 void UnwrappedLineParser::parseFile() { in parseFile()1033 void UnwrappedLineParser::parseChildBlock( in parseChildBlock()1174 void UnwrappedLineParser::parsePPElse() { in parsePPElse()1187 void UnwrappedLineParser::parsePPEndIf() { in parsePPEndIf()2859 void UnwrappedLineParser::parseNew() { in parseNew()3011 void UnwrappedLineParser::parseSwitch() { in parseSwitch()[all …]
76 class UnwrappedLineParser {78 UnwrappedLineParser(const FormatStyle &Style,
19 UnwrappedLineParser.cpp
110 UnwrappedLineParser Parser(Style, Lex.getKeywords(), in process()
27 "UnwrappedLineParser.cpp",
75 UnwrappedLineParser Parser(Style, Lex.getKeywords(), 0, Tokens, *this); in annotate()
473 clang/lib/Format/UnwrappedLineParser.cpp474 clang/lib/Format/UnwrappedLineParser.h