Searched refs:closesScope (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Format/
H A DFormatToken.h320 bool closesScope() const { function in struct:clang::format::FormatToken
H A DContinuationIndenter.cpp44 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope();
594 if (!Current.opensScope() && !Current.closesScope())
864 if (!Current.closesScope())
H A DTokenAnnotator.cpp1054 if (!Current || Current->closesScope() ||
1070 while (Current && !Current->closesScope()) {
H A DUnwrappedLineParser.cpp824 Line->Tokens.back().Tok->closesScope() ||

Completed in 48 milliseconds