Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDDefinitionBlockSeparator.cpp195 } else if (CurrentLine->First->closesScope()) { in separateBlocks()
234 if (!TargetToken->closesScope() && !IsPPConditional(OpeningLineIndex)) { in separateBlocks()
HDContinuationIndenter.cpp106 if (!End->Next->closesScope()) in getLengthToMatchingParen()
128 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope(); in startsSegmentOfBuilderTypeCall()
1305 if (NextNonComment->is(TT_TemplateString) && NextNonComment->closesScope()) in getNewLineColumn()
1544 if (!Current.opensScope() && !Current.closesScope() && in moveStateToNextToken()
1969 if (!Current.closesScope()) in moveStatePastScopeCloser()
HDFormatToken.h639 if (closesScope()) in closesScopeAfterBlock()
716 bool closesScope() const { in closesScope() function
875 if (is(TT_TemplateString) && closesScope()) in closesBlockOrBlockTypeList()
HDTokenAnnotator.cpp3209 (Current->closesScope() && in parse()
3225 while (Current && (!Current->closesScope() || Current->opensScope())) { in parse()
4168 if (Left.opensScope() && Right.closesScope()) in splitPenalty()
4242 return !Right.NextOperator || !Right.NextOperator->Previous->closesScope() in splitPenalty()
6022 if (Right.is(TT_TemplateString) && Right.closesScope()) in canBreakBefore()
HDUnwrappedLineParser.cpp2370 Previous->closesScope())) || in tryToParseLambdaIntroducer()