Searched refs:getInstantiatedFrom (Results 1 – 8 of 8) sorted by relevance
513 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function1662 getInstantiatedFrom() const {2507 getInstantiatedFrom() const {
402 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitEnumDecl()517 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitFunctionDecl()898 Writer.AddDeclRef(SpecInfo->getInstantiatedFrom(), Record); in VisitVarDecl()1143 Writer.AddDeclRef(MSInfo->getInstantiatedFrom(), Record); in VisitCXXRecordDecl()
4627 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
1216 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()1262 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
2209 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()2961 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()3574 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
828 inst_from = getInstantiatedFrom(); in getSourceRange()
316 return Info->getInstantiatedFrom(); in adjustDeclToTemplate()
1311 static Decl *getInstantiatedFrom(Decl *D, MemberSpecializationInfo *MSInfo) { in getInstantiatedFrom() function1312 return MSInfo->isExplicitSpecialization() ? D : MSInfo->getInstantiatedFrom(); in getInstantiatedFrom()1396 Entity = getInstantiatedFrom(ED, MSInfo); in getDefiningModule()1400 Entity = getInstantiatedFrom(VD, MSInfo); in getDefiningModule()