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

/external/clang/include/clang/Sema/
H A DTemplate.h327 void InstantiatedLocal(const Decl *D, Decl *Inst);
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp330 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Var);
456 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field);
618 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum);
687 SemaRef.CurrentInstantiationScope->InstantiatedLocal(*EC, EnumConst);
1004 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Record);
1620 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Inst);
1770 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param);
1894 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param);
2009 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Shadow, InstShadow);
2314 Scope->InstantiatedLocal(OldPara
[all...]
H A DSemaTemplateInstantiate.cpp765 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
915 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst);
968 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
977 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1617 CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm);
2578 void LocalInstantiationScope::InstantiatedLocal(const Decl *D, Decl *Inst) { function in class:LocalInstantiationScope

Completed in 378 milliseconds