Home
last modified time | relevance | path

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

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