Searched refs:getInstantiatedFrom (Results 1 – 15 of 15) sorted by relevance
446 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitEnumDecl()591 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()625 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()1047 Record.AddDeclRef(SpecInfo->getInstantiatedFrom()); in VisitVarDecl()1348 Record.AddDeclRef(MSInfo->getInstantiatedFrom()); in VisitCXXRecordDecl()
5019 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
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()
637 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function1950 getInstantiatedFrom() const {2803 getInstantiatedFrom() const {
2532 auto From = VDTemplSpec->getInstantiatedFrom(); in getTemplateInstantiationPattern()2575 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()3618 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()3722 return getDefinitionOrSelf(cast<FunctionDecl>(Info->getInstantiatedFrom())); in getTemplateInstantiationPattern()4438 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
1763 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()1826 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
965 inst_from = getInstantiatedFrom(); in getSourceRange()
362 return *Info->getInstantiatedFrom(); in adjustDeclToTemplate()
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()