Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3074 unsigned FParamIdx = 0; in addInstantiatedParametersToScope() local
3079 assert(FParamIdx < Function->getNumParams()); in addInstantiatedParametersToScope()
3080 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
3098 ++FParamIdx; in addInstantiatedParametersToScope()
3111 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
3124 ++FParamIdx; in addInstantiatedParametersToScope()