Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp446 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()
DASTWriter.cpp5019 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
/external/clang/include/clang/AST/
DDeclTemplate.h519 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1662 getInstantiatedFrom() const {
2500 getInstantiatedFrom() const {
/external/clang/lib/Serialization/
DASTWriterDecl.cpp428 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()
DASTWriter.cpp4705 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h637 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1950 getInstantiatedFrom() const {
2803 getInstantiatedFrom() const {
/external/llvm-project/clang/lib/AST/
DDecl.cpp2532 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()
DDeclCXX.cpp1763 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
1826 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
DDeclTemplate.cpp965 inst_from = getInstantiatedFrom(); in getSourceRange()
DASTContext.cpp362 return *Info->getInstantiatedFrom(); in adjustDeclToTemplate()
/external/clang/lib/AST/
DDeclCXX.cpp1272 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
1330 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
DDecl.cpp2251 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()
3048 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()
3700 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
DDeclTemplate.cpp799 inst_from = getInstantiatedFrom(); in getSourceRange()
DASTContext.cpp317 return Info->getInstantiatedFrom(); in adjustDeclToTemplate()
/external/clang/lib/Sema/
DSemaLookup.cpp1329 static Decl *getInstantiatedFrom(Decl *D, MemberSpecializationInfo *MSInfo) { in getInstantiatedFrom() function
1330 return MSInfo->isExplicitSpecialization() ? D : MSInfo->getInstantiatedFrom(); in getInstantiatedFrom()
1414 Entity = getInstantiatedFrom(ED, MSInfo); in getDefiningModule()
1418 Entity = getInstantiatedFrom(VD, MSInfo); in getDefiningModule()