Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2435 unsigned FParamIdx = 0; in addInstantiatedParametersToScope() local
2440 assert(FParamIdx < Function->getNumParams()); in addInstantiatedParametersToScope()
2441 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
2444 ++FParamIdx; in addInstantiatedParametersToScope()
2455 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
2458 ++FParamIdx; in addInstantiatedParametersToScope()