Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineParser.cpp125 ScopedLineState(UnwrappedLineParser &Parser, in ScopedLineState()
150 UnwrappedLineParser &Parser;
158 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter()
206 UnwrappedLineParser::UnwrappedLineParser(const FormatStyle &Style, in UnwrappedLineParser() function in clang::format::UnwrappedLineParser
215 void UnwrappedLineParser::reset() { in reset()
228 bool UnwrappedLineParser::parse() { in parse()
264 void UnwrappedLineParser::parseFile() { in parseFile()
274 void UnwrappedLineParser::parseLevel(bool HasOpeningBrace) { in parseLevel()
310 void UnwrappedLineParser::calculateBraceTypes() { in calculateBraceTypes()
397 void UnwrappedLineParser::parseBlock(bool MustBeDeclaration, bool AddLevel, in parseBlock()
[all …]
DUnwrappedLineParser.h61 class UnwrappedLineParser {
63 UnwrappedLineParser(const FormatStyle &Style,
DCMakeLists.txt10 UnwrappedLineParser.cpp
DAndroid.mk28 UnwrappedLineParser.cpp \
DFormat.cpp1207 UnwrappedLineParser Parser(Style, Tokens.getKeywords(), Tokens.lex(), in format()
/external/clang/patches/
D0004-Add-Android-build-system.patch1009 + UnwrappedLineParser.cpp \