Searched defs:getAssociatedDecl (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | TemplateName.cpp | 84 Decl *SubstTemplateTemplateParmPackStorage::getAssociatedDecl() const { getAssociatedDecl() function in SubstTemplateTemplateParmPackStorage |
H A D | Type.cpp | 4249 Decl *SubstTemplateTypeParmPackType::getAssociatedDecl() const { getAssociatedDecl() function in SubstTemplateTypeParmPackType |
/llvm-project/clang/include/clang/AST/ | ||
H A D | TemplateName.h | 393 Decl *getAssociatedDecl() const { return AssociatedDecl; } getAssociatedDecl() function |
H A D | ExprCXX.h | 4524 Decl *getAssociatedDecl() const { return AssociatedDeclAndRef.getPointer(); } getAssociatedDecl() function |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Template.h | 164 std::pair<Decl *, bool> getAssociatedDecl(unsigned Depth) const { in getAssociatedDecl() function |