Home
last modified time | relevance | path

Searched defs:getAssociatedDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp84 Decl *SubstTemplateTemplateParmPackStorage::getAssociatedDecl() const { in getAssociatedDecl() function in SubstTemplateTemplateParmPackStorage
H A DType.cpp4220 Decl *SubstTemplateTypeParmPackType::getAssociatedDecl() const { in getAssociatedDecl() function in SubstTemplateTypeParmPackType
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h391 Decl *getAssociatedDecl() const { return AssociatedDecl; } in getAssociatedDecl() function
H A DExprCXX.h4525 Decl *getAssociatedDecl() const { return AssociatedDeclAndRef.getPointer(); } in getAssociatedDecl() function
4598 Decl *getAssociatedDecl() const { return AssociatedDecl; } in getAssociatedDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h164 std::pair<Decl *, bool> getAssociatedDecl(unsigned Depth) const { in getAssociatedDecl() function