Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DPreferMemberInitializerCheck.cpp186 SourceLocation NextPos = Ctor->getBeginLoc(); in check() local
188 InsertPos = NextPos; in check()
189 NextPos = Lexer::findNextToken(NextPos, *Result.SourceManager, in check()
192 } while (NextPos != BodyPos); in check()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp1221 for (unsigned NextPos = Pos + 1; NextPos < NumParams; ++NextPos) in hasValidParameterList() local
1222 if (Parameters[NextPos].ParamKind == VFParamKind::GlobalPredicate) in hasValidParameterList()
/external/llvm-project/llvm/lib/Analysis/
DVectorUtils.cpp1371 for (unsigned NextPos = Pos + 1; NextPos < NumParams; ++NextPos) in hasValidParameterList() local
1372 if (Parameters[NextPos].ParamKind == VFParamKind::GlobalPredicate) in hasValidParameterList()