HomeSort by relevance Sort by last modified time
    Searched refs:closesScope (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Format/
FormatToken.h 320 bool closesScope() const {
ContinuationIndenter.cpp 44 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope();
594 if (!Current.opensScope() && !Current.closesScope())
    [all...]
TokenAnnotator.cpp     [all...]
UnwrappedLineParser.cpp 824 Line->Tokens.back().Tok->closesScope() ||
    [all...]

Completed in 244 milliseconds