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