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

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

Completed in 109 milliseconds