Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp565 : FD->getInstantiatedFromDecl(); in SetupConstraintScope()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2777 FunctionDecl *getInstantiatedFromDecl() const;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp556 Record.AddDeclRef(D->getInstantiatedFromDecl()); in VisitFunctionDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp3835 FunctionDecl *FunctionDecl::getInstantiatedFromDecl() const { in getInstantiatedFromDecl() function in FunctionDecl
H A DASTImporter.cpp3109 import(FromFD->getInstantiatedFromDecl())) in ImportTemplateInformation()