Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h471 if (closesScope()) in closesScopeAfterBlock()
535 bool closesScope() const { in closesScope() function
676 if (is(TT_TemplateString) && closesScope()) in closesBlockOrBlockTypeList()
H A DContinuationIndenter.cpp94 if (!End->Next->closesScope()) in getLengthToMatchingParen()
116 return Tok.isMemberAccess() && Tok.Previous && Tok.Previous->closesScope(); in startsSegmentOfBuilderTypeCall()
1026 if (NextNonComment->is(TT_TemplateString) && NextNonComment->closesScope()) in getNewLineColumn()
1213 if (!Current.opensScope() && !Current.closesScope() && in moveStateToNextToken()
1575 if (!Current.closesScope()) in moveStatePastScopeCloser()
H A DTokenAnnotator.cpp2118 (Current->closesScope() && in parse()
2130 while (Current && (!Current->closesScope() || Current->opensScope())) { in parse()
2620 if (Left.opensScope() && Right.closesScope()) in splitPenalty()
2690 return !Right.NextOperator || !Right.NextOperator->Previous->closesScope() in splitPenalty()
3899 if (Right.is(TT_TemplateString) && Right.closesScope()) in canBreakBefore()
H A DUnwrappedLineParser.cpp1718 FormatTok->isCppStructuredBinding(Style) || Previous->closesScope() || in tryToParseLambdaIntroducer()