Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h513 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1662 getInstantiatedFrom() const {
2507 getInstantiatedFrom() const {
/external/clang/lib/Serialization/
DASTWriterDecl.cpp402 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitEnumDecl()
517 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitFunctionDecl()
898 Writer.AddDeclRef(SpecInfo->getInstantiatedFrom(), Record); in VisitVarDecl()
1143 Writer.AddDeclRef(MSInfo->getInstantiatedFrom(), Record); in VisitCXXRecordDecl()
DASTWriter.cpp4627 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
/external/clang/lib/AST/
DDeclCXX.cpp1216 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
1262 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
DDecl.cpp2209 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()
2961 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()
3574 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
DDeclTemplate.cpp828 inst_from = getInstantiatedFrom(); in getSourceRange()
DASTContext.cpp316 return Info->getInstantiatedFrom(); in adjustDeclToTemplate()
/external/clang/lib/Sema/
DSemaLookup.cpp1311 static Decl *getInstantiatedFrom(Decl *D, MemberSpecializationInfo *MSInfo) { in getInstantiatedFrom() function
1312 return MSInfo->isExplicitSpecialization() ? D : MSInfo->getInstantiatedFrom(); in getInstantiatedFrom()
1396 Entity = getInstantiatedFrom(ED, MSInfo); in getDefiningModule()
1400 Entity = getInstantiatedFrom(VD, MSInfo); in getDefiningModule()