Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3137 unsigned FParamIdx = 0; in addInstantiatedParametersToScope() local
3142 assert(FParamIdx < Function->getNumParams()); in addInstantiatedParametersToScope()
3143 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
3161 ++FParamIdx; in addInstantiatedParametersToScope()
3174 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
3187 ++FParamIdx; in addInstantiatedParametersToScope()