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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h354 if (closesScope())
411 bool closesScope() const { function in struct:clang::format::FormatToken
549 if (is(TT_TemplateString) && closesScope())
H A DContinuationIndenter.cpp94 if (!End->Next->closesScope())
116 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope();
1009 if (NextNonComment->is(TT_TemplateString) && NextNonComment->closesScope())
1196 if (!Current.opensScope() && !Current.closesScope() &&
1555 if (!Current.closesScope())
H A DTokenAnnotator.cpp2076 (Current->closesScope() &&
2088 while (Current && (!Current->closesScope() || Current->opensScope())) {
2576 if (Left.opensScope() && Right.closesScope())
2646 return !Right.NextOperator || !Right.NextOperator->Previous->closesScope()
3793 if (Right.is(TT_TemplateString) && Right.closesScope())
H A DUnwrappedLineParser.cpp1693 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() ||

Completed in 178 milliseconds