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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp395 unsigned SkipStart = ActiveTemplateInstantiations.size(), SkipEnd = SkipStart; local
398 SkipStart = Limit / 2 + Limit % 2;
410 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) {
411 if (InstantiationIdx == SkipStart) {
H A DSemaExprCXX.cpp5139 unsigned SkipStart = OperatorArrows.size(), SkipCount = 0; local
5144 SkipStart = (Limit - 1) / 2 + (Limit - 1) % 2;
5149 if (I == SkipStart) {
/external/clang/lib/AST/
H A DExprConstant.cpp848 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart; local
850 SkipStart = Limit / 2 + Limit % 2;
859 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {
860 if (CallIdx == SkipStart) {

Completed in 72 milliseconds