Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2775 void setInstantiatedFromDecl(FunctionDecl *FD);
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3829 void FunctionDecl::setInstantiatedFromDecl(FunctionDecl *FD) { in setInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3110 ToFD->setInstantiatedFromDecl(*InstFDOrErr); in ImportTemplateInformation()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp904 FD->setInstantiatedFromDecl(readDeclAs<FunctionDecl>()); in VisitFunctionDecl()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2198 Function->setInstantiatedFromDecl(D); in VisitFunctionDecl()