Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance
95 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()121 UnwrappedLineParser &Parser;149 UnwrappedLineParser::UnwrappedLineParser( in UnwrappedLineParser() function in clang::format::UnwrappedLineParser165 void UnwrappedLineParser::reset() { in reset()194 void UnwrappedLineParser::parse() { in parse()260 void UnwrappedLineParser::parseFile() { in parseFile()1111 void UnwrappedLineParser::parsePPElse() { in parsePPElse()1125 void UnwrappedLineParser::parsePPEndIf() { in parsePPEndIf()3074 void UnwrappedLineParser::parseNew() { in parseNew()3704 bool UnwrappedLineParser::parseEnum() { in parseEnum()[all …]
107 class UnwrappedLineParser {109 UnwrappedLineParser(SourceManager &SourceMgr, const FormatStyle &Style,
110 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
441 SRCS_EXT+= Format/UnwrappedLineParser.cpp