Home
last modified time | relevance | path

Searched refs:SkipStart (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp435 unsigned SkipStart = CodeSynthesisContexts.size(), SkipEnd = SkipStart; in PrintInstantiationStack() local
438 SkipStart = Limit / 2 + Limit % 2; in PrintInstantiationStack()
450 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) { in PrintInstantiationStack()
451 if (InstantiationIdx == SkipStart) { in PrintInstantiationStack()
H A DSemaExprCXX.cpp6652 unsigned SkipStart = OperatorArrows.size(), SkipCount = 0; in noteOperatorArrows() local
6657 SkipStart = (Limit - 1) / 2 + (Limit - 1) % 2; in noteOperatorArrows()
6662 if (I == SkipStart) { in noteOperatorArrows()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1256 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart; in addCallStack() local
1258 SkipStart = Limit / 2 + Limit % 2; in addCallStack()
1267 if (CallIdx >= SkipStart && CallIdx < SkipEnd) { in addCallStack()
1268 if (CallIdx == SkipStart) { in addCallStack()