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.h2854 void setInstantiatedFromDecl(FunctionDecl *FD);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4052 void FunctionDecl::setInstantiatedFromDecl(FunctionDecl *FD) { in setInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3362 ToFD->setInstantiatedFromDecl(*InstFDOrErr); in ImportTemplateInformation()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp936 FD->setInstantiatedFromDecl(readDeclAs<FunctionDecl>()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2283 Function->setInstantiatedFromDecl(D); in VisitFunctionDecl()