Searched refs:getInstantiatedFrom (Results 1 – 8 of 8) sorted by relevance
519 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function1662 getInstantiatedFrom() const {2500 getInstantiatedFrom() const {
428 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitEnumDecl()543 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()923 Record.AddDeclRef(SpecInfo->getInstantiatedFrom()); in VisitVarDecl()1177 Record.AddDeclRef(MSInfo->getInstantiatedFrom()); in VisitCXXRecordDecl()
4705 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
1272 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()1330 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
2251 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()3048 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()3700 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
799 inst_from = getInstantiatedFrom(); in getSourceRange()
317 return Info->getInstantiatedFrom(); in adjustDeclToTemplate()
1329 static Decl *getInstantiatedFrom(Decl *D, MemberSpecializationInfo *MSInfo) { in getInstantiatedFrom() function1330 return MSInfo->isExplicitSpecialization() ? D : MSInfo->getInstantiatedFrom(); in getInstantiatedFrom()1414 Entity = getInstantiatedFrom(ED, MSInfo); in getDefiningModule()1418 Entity = getInstantiatedFrom(VD, MSInfo); in getDefiningModule()