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

/external/clang/lib/Format/
H A DUnwrappedLineParser.h203 friend class CompoundStatementIndenter;
H A DUnwrappedLineParser.cpp152 class CompoundStatementIndenter { class in namespace:clang::format
154 CompoundStatementIndenter(UnwrappedLineParser *Parser, function in class:clang::format::CompoundStatementIndenter
162 ~CompoundStatementIndenter() { LineLevel = OldLineLevel; }
1268 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1283 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1319 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1357 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1424 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1439 CompoundStatementIndenter Indenter(this, Style, Line->Level);
1466 CompoundStatementIndenter Indente
[all...]

Completed in 60 milliseconds