Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclTemplate.h417 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1518 getInstantiatedFrom() const {
2388 getInstantiatedFrom() const {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLookup.cpp1177 static Decl *getInstantiatedFrom(Decl *D, MemberSpecializationInfo *MSInfo) { in getInstantiatedFrom() function
1178 return MSInfo->isExplicitSpecialization() ? D : MSInfo->getInstantiatedFrom(); in getInstantiatedFrom()
1195 SpecRD->getInstantiatedFrom(); in getDefiningModule()
1203 Entity = getInstantiatedFrom(RD, MSInfo); in getDefiningModule()
1206 Entity = getInstantiatedFrom(ED, MSInfo); in getDefiningModule()
1210 Entity = getInstantiatedFrom(VD, MSInfo); in getDefiningModule()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterDecl.cpp250 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitEnumDecl()
360 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record); in VisitFunctionDecl()
729 Writer.AddDeclRef(SpecInfo->getInstantiatedFrom(), Record); in VisitVarDecl()
991 Writer.AddDeclRef(MSInfo->getInstantiatedFrom(), Record); in VisitCXXRecordDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDecl.cpp2027 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()
2755 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()
3326 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
DDeclTemplate.cpp807 inst_from = getInstantiatedFrom(); in getSourceRange()
DDeclCXX.cpp1199 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
DASTContext.cpp296 return Info->getInstantiatedFrom(); in adjustDeclToTemplate()