Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp445 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitEnumDecl()
590 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
624 Record.AddDeclRef(MemberInfo->getInstantiatedFrom()); in VisitFunctionDecl()
1047 Record.AddDeclRef(SpecInfo->getInstantiatedFrom()); in VisitVarDecl()
1348 Record.AddDeclRef(MSInfo->getInstantiatedFrom()); in VisitCXXRecordDecl()
H A DASTWriter.cpp4932 auto From = Spec->getInstantiatedFrom(); in WriteDeclUpdatesBlocks()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h638 NamedDecl *getInstantiatedFrom() const { return MemberAndTSK.getPointer(); } in getInstantiatedFrom() function
1951 getInstantiatedFrom() const {
2804 getInstantiatedFrom() const {
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp2554 auto From = VDTemplSpec->getInstantiatedFrom(); in getTemplateInstantiationPattern()
2597 return cast<VarDecl>(MSI->getInstantiatedFrom()); in getInstantiatedFromStaticDataMember()
3651 return cast<FunctionDecl>(Info->getInstantiatedFrom()); in getInstantiatedFromMemberFunction()
3755 return getDefinitionOrSelf(cast<FunctionDecl>(Info->getInstantiatedFrom())); in getTemplateInstantiationPattern()
4471 return cast<EnumDecl>(SpecializationInfo->getInstantiatedFrom()); in getInstantiatedFromMemberEnum()
H A DDeclCXX.cpp1781 return cast<CXXRecordDecl>(MSInfo->getInstantiatedFrom()); in getInstantiatedFromMemberClass()
1844 auto From = TD->getInstantiatedFrom(); in getTemplateInstantiationPattern()
H A DDeclTemplate.cpp990 inst_from = getInstantiatedFrom(); in getSourceRange()
H A DASTContext.cpp363 return *Info->getInstantiatedFrom(); in adjustDeclToTemplate()