Home
last modified time | relevance | path

Searched refs:closesScope (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp195 } else if (CurrentLine->First->closesScope()) { in separateBlocks()
234 if (!TargetToken->closesScope() && !IsPPConditional(OpeningLineIndex)) { in separateBlocks()
H A DContinuationIndenter.cpp106 if (!End->Next->closesScope()) in getLengthToMatchingParen()
128 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope(); in startsSegmentOfBuilderTypeCall()
1284 if (NextNonComment->is(TT_TemplateString) && NextNonComment->closesScope()) in getNewLineColumn()
1521 if (!Current.opensScope() && !Current.closesScope() && in moveStateToNextToken()
1929 if (!Current.closesScope()) in moveStatePastScopeCloser()
H A DFormatToken.h614 if (closesScope()) in closesScopeAfterBlock()
689 bool closesScope() const { in closesScope() function
825 if (is(TT_TemplateString) && closesScope()) in closesBlockOrBlockTypeList()
H A DTokenAnnotator.cpp2806 (Current->closesScope() && in parse()
2822 while (Current && (!Current->closesScope() || Current->opensScope())) { in parse()
3748 if (Left.opensScope() && Right.closesScope()) in splitPenalty()
3822 return !Right.NextOperator || !Right.NextOperator->Previous->closesScope() in splitPenalty()
5509 if (Right.is(TT_TemplateString) && Right.closesScope()) in canBreakBefore()
H A DUnwrappedLineParser.cpp2339 Previous->closesScope())) || in tryToParseLambdaIntroducer()