Searched defs:getInstantiatedFrom (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h418 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } function in class:clang::TemplateParameterList::MemberSpecializationInfo
1530 getInstantiatedFrom() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
2384 getInstantiatedFrom() const { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
/external/clang/lib/Sema/
H A DSemaLookup.cpp1167 static Decl *getInstantiatedFrom(Decl *D, MemberSpecializationInfo *MSInfo) { function
1168 return MSInfo->isExplicitSpecialization() ? D : MSInfo->getInstantiatedFrom();
1185 SpecRD->getInstantiatedFrom();
1193 Entity = getInstantiatedFrom(RD, MSInfo);
1196 Entity = getInstantiatedFrom(ED, MSInfo);
1200 Entity = getInstantiatedFrom(VD, MSInfo);

Completed in 106 milliseconds