Home
last modified time | relevance | path

Searched refs:getInstantiatedFrom (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp503 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitEnumDecl()
612 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
640 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
1143 Record.AddDeclRef(SpecInfo->getInstantiatedFrom()); in VisitVarDecl()
1474 Record.AddDeclRef(MSInfo->getInstantiatedFrom()); in VisitCXXRecordDecl()
H A DASTWriter.cpp5333 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h654 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1947 getInstantiatedFrom() const {
2744 getInstantiatedFrom() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2698 auto From = VDTemplSpec->getInstantiatedFrom(); in getTemplateInstantiationPattern()
2741 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()
3958 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()
4081 return getDefinitionOrSelf(cast<FunctionDecl>(Info->getInstantiatedFrom())); in getTemplateInstantiationPattern()
4884 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
H A DDeclCXX.cpp1875 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
1938 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
H A DDeclTemplate.cpp1017 inst_from = getInstantiatedFrom(); in getSourceRange()
H A DASTContext.cpp386 return *Info->getInstantiatedFrom(); in adjustDeclToTemplate()
H A DASTImporter.cpp6237 if (auto P = D->getInstantiatedFrom()) { in VisitClassTemplateSpecializationDecl()