Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h2854 void setInstantiatedFromDecl(FunctionDecl *FD);
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDDecl.cpp4052 void FunctionDecl::setInstantiatedFromDecl(FunctionDecl *FD) { in setInstantiatedFromDecl() function in FunctionDecl
HDASTImporter.cpp3362 ToFD->setInstantiatedFromDecl(*InstFDOrErr); in ImportTemplateInformation()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp936 FD->setInstantiatedFromDecl(readDeclAs<FunctionDecl>()); in VisitFunctionDecl()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp2283 Function->setInstantiatedFromDecl(D); in VisitFunctionDecl()