Home
last modified time | relevance | path

Searched refs:UnwrappedLineParser (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Format/
DUnwrappedLineParser.cpp121 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()
146 UnwrappedLineParser &Parser;
154 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()
200 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
208 void UnwrappedLineParser::reset() { in reset()
220 void UnwrappedLineParser::parse() { in parse()
254 void UnwrappedLineParser::parseFile() { in parseFile()
267 void UnwrappedLineParser::parseLevel(bool HasOpeningBrace) { in parseLevel()
311 void UnwrappedLineParser::calculateBraceTypes(bool ExpectClassBody) { in calculateBraceTypes()
412 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()
[all …]
DUnwrappedLineParser.h61 class UnwrappedLineParser {
63 UnwrappedLineParser(const FormatStyle &Style,
DCMakeLists.txt14 UnwrappedLineParser.cpp
DTokenAnalyzer.cpp96 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), Tokens.lex(), *this); in process()