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.cpp744 : FD->getInstantiatedFromDecl(); in SetupConstraintScope()
H A DSemaLambda.cpp2425 return FD->getInstantiatedFromDecl(); in getPatternFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2957 FunctionDecl *getInstantiatedFromDecl() const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp796 Record.AddDeclRef(D->getInstantiatedFromDecl()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4150 FunctionDecl *FunctionDecl::getInstantiatedFromDecl() const { in getInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3632 import(FromFD->getInstantiatedFromDecl())) in ImportTemplateInformation()