Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp634 : FD->getInstantiatedFromDecl(); in SetupConstraintScope()
H A DSemaLambda.cpp2305 return FD->getInstantiatedFromDecl(); in getPatternFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2853 FunctionDecl *getInstantiatedFromDecl() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp605 Record.AddDeclRef(D->getInstantiatedFromDecl()); in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4008 FunctionDecl *FunctionDecl::getInstantiatedFromDecl() const { in getInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3307 import(FromFD->getInstantiatedFromDecl())) in ImportTemplateInformation()