Searched refs:getInstantiatedFrom (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp236 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record);
342 Writer.AddDeclRef(MemberInfo->getInstantiatedFrom(), Record);
689 Writer.AddDeclRef(SpecInfo->getInstantiatedFrom(), Record);
931 Writer.AddDeclRef(MSInfo->getInstantiatedFrom(), Record);
/external/clang/include/clang/AST/
H A DDeclTemplate.h392 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } function in class:clang::TemplateParameterList::MemberSpecializationInfo
1470 getInstantiatedFrom() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
/external/clang/lib/AST/
H A DDecl.cpp1525 return cast<VarDecl>(MSI->getInstantiatedFrom());
2132 return cast<FunctionDecl>(Info->getInstantiatedFrom());
2705 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom());
H A DDeclTemplate.cpp779 inst_from = getInstantiatedFrom();
H A DDeclCXX.cpp1139 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom());
H A DASTContext.cpp269 return Info->getInstantiatedFrom();

Completed in 78 milliseconds