Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance
166 UnwrappedLineParser &Parser;225 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser239 void UnwrappedLineParser::reset() { in reset()256 void UnwrappedLineParser::parse() { in parse()299 void UnwrappedLineParser::parseFile() { in parseFile()849 void UnwrappedLineParser::parsePPElse() { in parsePPElse()862 void UnwrappedLineParser::parsePPEndIf() { in parsePPEndIf()1962 void UnwrappedLineParser::parseParens() { in parseParens()2252 void UnwrappedLineParser::parseNew() { in parseNew()2391 void UnwrappedLineParser::parseSwitch() { in parseSwitch()[all …]
75 class UnwrappedLineParser {77 UnwrappedLineParser(const FormatStyle &Style,
75 UnwrappedLineParser Parser(Style, Lex.getKeywords(), in process()
377 SRCS_EXT+= Format/UnwrappedLineParser.cpp