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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp376 unsigned SkipStart = ActiveTemplateInstantiations.size(), SkipEnd = SkipStart; local
379 SkipStart = Limit / 2 + Limit % 2;
391 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) {
392 if (InstantiationIdx == SkipStart) {
H A DSemaExprCXX.cpp5890 unsigned SkipStart = OperatorArrows.size(), SkipCount = 0; local
5895 SkipStart = (Limit - 1) / 2 + (Limit - 1) % 2;
5900 if (I == SkipStart) {
/external/clang/lib/AST/
H A DExprConstant.cpp990 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart; local
992 SkipStart = Limit / 2 + Limit % 2;
1001 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {
1002 if (CallIdx == SkipStart) {

Completed in 929 milliseconds