Searched refs:getInstantiatedFrom (Results 1 – 7 of 7) sorted by relevance
417 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function1518 getInstantiatedFrom() const {2388 getInstantiatedFrom() const {
1177 static Decl *getInstantiatedFrom(Decl *D, MemberSpecializationInfo *MSInfo) { in getInstantiatedFrom() function1178 return MSInfo->isExplicitSpecialization() ? D : MSInfo->getInstantiatedFrom(); in getInstantiatedFrom()1195 SpecRD->getInstantiatedFrom(); in getDefiningModule()1203 Entity = getInstantiatedFrom(RD, MSInfo); in getDefiningModule()1206 Entity = getInstantiatedFrom(ED, MSInfo); in getDefiningModule()1210 Entity = getInstantiatedFrom(VD, MSInfo); in getDefiningModule()
250 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitEnumDecl()360 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitFunctionDecl()729 Writer.AddDeclRef(SpecInfo->getInstantiatedFrom(), Record); in VisitVarDecl()991 Writer.AddDeclRef(MSInfo->getInstantiatedFrom(), Record); in VisitCXXRecordDecl()
2027 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()2755 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()3326 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
807 inst_from = getInstantiatedFrom(); in getSourceRange()
1199 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
296 return Info->getInstantiatedFrom(); in adjustDeclToTemplate()