Home
last modified time | relevance | path

Searched refs:getInstantiatedFromDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2707 FunctionDecl *getInstantiatedFromDecl() const;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp589 Record.AddDeclRef(D->getInstantiatedFromDecl()); in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp3801 FunctionDecl *FunctionDecl::getInstantiatedFromDecl() const { in getInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3115 import(FromFD->getInstantiatedFromDecl())) in ImportTemplateInformation()