Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance
102 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()129 UnwrappedLineParser &Parser;137 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()142 CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel, in CompoundStatementIndenter()157 UnwrappedLineParser::UnwrappedLineParser( in UnwrappedLineParser() function in clang::format::UnwrappedLineParser176 void UnwrappedLineParser::reset() { in reset()205 void UnwrappedLineParser::parse() { in parse()271 void UnwrappedLineParser::parseFile() { in parseFile()299 void UnwrappedLineParser::parseCSharpGenericTypeConstraint() { in parseCSharpGenericTypeConstraint()317 void UnwrappedLineParser::parseCSharpAttribute() { in parseCSharpAttribute()[all …]
101 class UnwrappedLineParser {103 UnwrappedLineParser(SourceManager &SourceMgr, const FormatStyle &Style,
110 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
466 SRCS_MIN+= Format/UnwrappedLineParser.cpp