Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp198 } else if (CurrentLine->First->closesScope()) { in separateBlocks()
237 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()
858 (Prev->is(TT_TemplateString) && Prev->closesScope())) { in addTokenOnCurrentLine()
1418 if (NextNonComment->is(TT_TemplateString) && NextNonComment->closesScope()) in getNewLineColumn()
1660 if (!Current.opensScope() && !Current.closesScope() && in moveStateToNextToken()
2087 if (!Current.closesScope()) in moveStatePastScopeCloser()
H A DFormatToken.h656 if (closesScope()) in closesScopeAfterBlock()
737 bool closesScope() const { in closesScope() function
877 if (is(TT_TemplateString) && closesScope()) in closesBlockOrBlockTypeList()
H A DTokenAnnotator.cpp3273 (Current->closesScope() && in parse()
3289 while (Current && (!Current->closesScope() || Current->opensScope())) { in parse()
4289 if (Left.opensScope() && Right.closesScope()) in splitPenalty()
4365 return NextOperator && NextOperator->Previous->closesScope() in splitPenalty()
6170 if (Right.is(TT_TemplateString) && Right.closesScope()) in canBreakBefore()
H A DUnwrappedLineParser.cpp2391 if (Previous->closesScope()) { in tryToParseLambdaIntroducer()