Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp794 : FD->getInstantiatedFromDecl(); in SetupConstraintScope()
H A DSemaLambda.cpp2363 return FD->getInstantiatedFromDecl(); in getPatternFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2856 FunctionDecl *getInstantiatedFromDecl() const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp640 Record.AddDeclRef(D->getInstantiatedFromDecl()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4058 FunctionDecl *FunctionDecl::getInstantiatedFromDecl() const { in getInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3361 import(FromFD->getInstantiatedFromDecl())) in ImportTemplateInformation()