Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp691 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitEnumDecl()
803 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
831 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
1344 Record.AddDeclRef(SpecInfo->getInstantiatedFrom()); in VisitVarDecl()
1687 Record.AddDeclRef(MSInfo->getInstantiatedFrom()); in VisitCXXRecordDecl()
H A DASTWriter.cpp6476 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h632 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1966 getInstantiatedFrom() const {
2741 getInstantiatedFrom() const {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2730 auto From = VDTemplSpec->getInstantiatedFrom(); in getTemplateInstantiationPattern()
2773 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()
4100 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()
4223 return getDefinitionOrSelf(cast<FunctionDecl>(Info->getInstantiatedFrom())); in getTemplateInstantiationPattern()
5043 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
H A DDeclCXX.cpp2034 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
2098 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
H A DASTImporter.cpp6606 if (auto P = D->getInstantiatedFrom()) { in VisitClassTemplateSpecializationDecl()
H A DASTContext.cpp408 return *Info->getInstantiatedFrom(); in adjustDeclToTemplate()