Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3294 unsigned FParamIdx = 0; in addInstantiatedParametersToScope() local
3299 assert(FParamIdx < Function->getNumParams()); in addInstantiatedParametersToScope()
3300 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
3318 ++FParamIdx; in addInstantiatedParametersToScope()
3331 ParmVarDecl *FunctionParam = Function->getParamDecl(FParamIdx); in addInstantiatedParametersToScope()
3344 ++FParamIdx; in addInstantiatedParametersToScope()