Searched refs:getInstantiatedFrom (Results 1 - 9 of 9) 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/Serialization/
H A DASTWriterDecl.cpp276 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record);
386 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record);
741 Writer.AddDeclRef(SpecInfo->getInstantiatedFrom(), Record);
999 Writer.AddDeclRef(MSInfo->getInstantiatedFrom(), Record);
H A DASTWriter.cpp4548 auto From = Spec->getInstantiatedFrom();
/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);
H A DSemaType.cpp5105 auto From = TD->getInstantiatedFrom();
/external/clang/lib/AST/
H A DDeclTemplate.cpp786 inst_from = getInstantiatedFrom();
H A DDecl.cpp2103 return cast<VarDecl>(MSI->getInstantiatedFrom());
2873 return cast<FunctionDecl>(Info->getInstantiatedFrom());
3472 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom());
H A DDeclCXX.cpp1215 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom());
H A DASTContext.cpp316 return Info->getInstantiatedFrom();

Completed in 1125 milliseconds