Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance
166 UnwrappedLineParser &Parser;220 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser234 void UnwrappedLineParser::reset() { in reset()251 void UnwrappedLineParser::parse() { in parse()294 void UnwrappedLineParser::parseFile() { in parseFile()773 void UnwrappedLineParser::parsePPElse() { in parsePPElse()786 void UnwrappedLineParser::parsePPEndIf() { in parsePPEndIf()1607 void UnwrappedLineParser::parseParens() { in parseParens()1832 void UnwrappedLineParser::parseNew() { in parseNew()1904 void UnwrappedLineParser::parseLabel() { in parseLabel()[all …]
76 class UnwrappedLineParser {78 UnwrappedLineParser(const FormatStyle &Style,
71 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), in process()
323 SRCS_EXT+= Format/UnwrappedLineParser.cpp