Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp123 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()
149 UnwrappedLineParser &Parser;
157 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()
205 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
213 void UnwrappedLineParser::reset() { in reset()
226 bool UnwrappedLineParser::parse() { in parse()
262 void UnwrappedLineParser::parseFile() { in parseFile()
272 void UnwrappedLineParser::parseLevel(bool HasOpeningBrace) { in parseLevel()
308 void UnwrappedLineParser::calculateBraceTypes() { in calculateBraceTypes()
396 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()
[all …]
DUnwrappedLineParser.h60 class UnwrappedLineParser {
62 UnwrappedLineParser(const FormatStyle &Style, ArrayRef<FormatToken *> Tokens,
DCMakeLists.txt9 UnwrappedLineParser.cpp
DAndroid.mk30 UnwrappedLineParser.cpp \
DFormat.cpp1698 UnwrappedLineParser Parser(Style, Tokens.lex(), *this); in format()
/external/clang/patches/
D0004-Add-Android-build-system.patch1009 + UnwrappedLineParser.cpp \