Home
last modified time | relevance | path

Searched refs:setInstantiatedFromDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2851 void setInstantiatedFromDecl(FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4002 void FunctionDecl::setInstantiatedFromDecl(FunctionDecl *FD) { in setInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3308 ToFD->setInstantiatedFromDecl(*InstFDOrErr); in ImportTemplateInformation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp950 FD->setInstantiatedFromDecl(readDeclAs<FunctionDecl>()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2241 Function->setInstantiatedFromDecl(D); in VisitFunctionDecl()