Searched refs:NextPos (Results 1 – 3 of 3) sorted by relevance
186 SourceLocation NextPos = Ctor->getBeginLoc(); in check() local188 InsertPos = NextPos; in check()189 NextPos = Lexer::findNextToken(NextPos, *Result.SourceManager, in check()192 } while (NextPos != BodyPos); in check()
1221 for (unsigned NextPos = Pos + 1; NextPos < NumParams; ++NextPos) in hasValidParameterList() local1222 if (Parameters[NextPos].ParamKind == VFParamKind::GlobalPredicate) in hasValidParameterList()
1371 for (unsigned NextPos = Pos + 1; NextPos < NumParams; ++NextPos) in hasValidParameterList() local1372 if (Parameters[NextPos].ParamKind == VFParamKind::GlobalPredicate) in hasValidParameterList()