Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance
98 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()125 UnwrappedLineParser &Parser;133 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()139 CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel, in CompoundStatementIndenter()154 UnwrappedLineParser::UnwrappedLineParser( in UnwrappedLineParser() function in clang::format::UnwrappedLineParser171 void UnwrappedLineParser::reset() { in reset()200 void UnwrappedLineParser::parse() { in parse()266 void UnwrappedLineParser::parseFile() { in parseFile()292 void UnwrappedLineParser::parseCSharpGenericTypeConstraint() { in parseCSharpGenericTypeConstraint()311 void UnwrappedLineParser::parseCSharpAttribute() { in parseCSharpAttribute()[all …]
101 class UnwrappedLineParser {103 UnwrappedLineParser(SourceManager &SourceMgr, const FormatStyle &Style,
107 UnwrappedLineParser Parser(Env.getSourceManager(), Style, Lex.getKeywords(), in process()
475 SRCS_MIN+= Format/UnwrappedLineParser.cpp