Searched refs:InstantiatedLocalPackArg (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h335 void InstantiatedLocalPackArg(const Decl *D, Decl *Inst);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1706 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm);
2710 void LocalInstantiationScope::InstantiatedLocalPackArg(const Decl *D, function in class:LocalInstantiationScope
H A DSemaTemplateInstantiateDecl.cpp2494 Scope->InstantiatedLocalPackArg(OldParam, NewParam);
2546 Scope.InstantiatedLocalPackArg(PatternParam, FunctionParam);

Completed in 66 milliseconds