Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp448 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitEnumDecl()
596 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
630 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
1059 Record.AddDeclRef(SpecInfo->getInstantiatedFrom()); in VisitVarDecl()
1376 Record.AddDeclRef(MSInfo->getInstantiatedFrom()); in VisitCXXRecordDecl()
H A DASTWriter.cpp5134 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h648 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1981 getInstantiatedFrom() const {
2835 getInstantiatedFrom() const {
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2606 auto From = VDTemplSpec->getInstantiatedFrom(); in getTemplateInstantiationPattern()
2649 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()
3757 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()
3874 return getDefinitionOrSelf(cast<FunctionDecl>(Info->getInstantiatedFrom())); in getTemplateInstantiationPattern()
4591 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
H A DDeclCXX.cpp1805 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
1868 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
H A DDeclTemplate.cpp1001 inst_from = getInstantiatedFrom(); in getSourceRange()
H A DASTContext.cpp369 return *Info->getInstantiatedFrom(); in adjustDeclToTemplate()