Home
last modified time | relevance | path

Searched refs:CompoundStatementIndenter (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp172 class CompoundStatementIndenter { class
174 CompoundStatementIndenter(UnwrappedLineParser *Parser, in CompoundStatementIndenter() function in clang::format::CompoundStatementIndenter
176 : CompoundStatementIndenter(Parser, LineLevel, in CompoundStatementIndenter()
179 CompoundStatementIndenter(UnwrappedLineParser *Parser, unsigned &LineLevel, in CompoundStatementIndenter() function in clang::format::CompoundStatementIndenter
187 ~CompoundStatementIndenter() { LineLevel = OldLineLevel; } in ~CompoundStatementIndenter()
2000 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse()
2018 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse()
2072 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch()
2110 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch()
2223 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseForOrWhileLoop()
[all …]
H A DUnwrappedLineParser.h297 friend class CompoundStatementIndenter; variable