Searched defs:i_end (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 2425 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { getInnermostNonParenChunk() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | DeclSpec.cpp | 326 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { isDeclarationOfFunction() local |
H A D | SemaTemplateInstantiateDecl.cpp | 4503 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; SubstFunctionType() local |