HomeSort by: relevance | last modified time | path
    Searched refs:closesScope (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 471 if (closesScope())
535 bool closesScope() const {
676 if (is(TT_TemplateString) && closesScope())
ContinuationIndenter.cpp 94 if (!End->Next->closesScope())
116 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope();
1026 if (NextNonComment->is(TT_TemplateString) && NextNonComment->closesScope())
1213 if (!Current.opensScope() && !Current.closesScope() &&
1575 if (!Current.closesScope())
TokenAnnotator.cpp 2118 (Current->closesScope() &&
2130 while (Current && (!Current->closesScope() || Current->opensScope())) {
2620 if (Left.opensScope() && Right.closesScope())
2690 return !Right.NextOperator || !Right.NextOperator->Previous->closesScope()
3899 if (Right.is(TT_TemplateString) && Right.closesScope())
UnwrappedLineParser.cpp 1718 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() ||

Completed in 81 milliseconds