Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp193 } else if (CurrentLine->First->closesScope()) { in separateBlocks()
232 if (!TargetToken->closesScope() && !IsPPConditional(OpeningLineIndex)) { in separateBlocks()
H A DFormatToken.h538 if (closesScope()) in closesScopeAfterBlock()
604 bool closesScope() const { in closesScope() function
739 if (is(TT_TemplateString) && closesScope()) in closesBlockOrBlockTypeList()
H A DContinuationIndenter.cpp96 if (!End->Next->closesScope()) in getLengthToMatchingParen()
118 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope(); in startsSegmentOfBuilderTypeCall()
1136 if (NextNonComment->is(TT_TemplateString) && NextNonComment->closesScope()) in getNewLineColumn()
1357 if (!Current.opensScope() && !Current.closesScope() && in moveStateToNextToken()
1734 if (!Current.closesScope()) in moveStatePastScopeCloser()
H A DTokenAnnotator.cpp2471 (Current->closesScope() && in parse()
2487 while (Current && (!Current->closesScope() || Current->opensScope())) { in parse()
3058 if (Left.opensScope() && Right.closesScope()) in splitPenalty()
3131 return !Right.NextOperator || !Right.NextOperator->Previous->closesScope() in splitPenalty()
4692 if (Right.is(TT_TemplateString) && Right.closesScope()) in canBreakBefore()
H A DUnwrappedLineParser.cpp2197 LeftSquare->isCppStructuredBinding(Style) || Previous->closesScope() || in tryToParseLambdaIntroducer()