Home
last modified time | relevance | path

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

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