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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h336 void MakeInstantiatedLocalArgPack(const Decl *D);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp724 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
2717 void LocalInstantiationScope::MakeInstantiatedLocalArgPack(const Decl *D) { function in class:LocalInstantiationScope
H A DSemaTemplateInstantiateDecl.cpp2490 Scope->MakeInstantiatedLocalArgPack(OldParam);
2538 Scope.MakeInstantiatedLocalArgPack(PatternParam);

Completed in 67 milliseconds