Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h130 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) { in castToDeclContext() function
236 static DeclContext *castToDeclContext(const ExternCContextDecl *D) { in castToDeclContext() function
654 static DeclContext *castToDeclContext(const NamespaceDecl *D) { in castToDeclContext() function
3021 static DeclContext *castToDeclContext(const FunctionDecl *D) { in castToDeclContext() function
3828 static DeclContext *castToDeclContext(const TagDecl *D) { in castToDeclContext() function
4456 static DeclContext *castToDeclContext(const TopLevelStmtDecl *D) { in castToDeclContext() function
4654 static DeclContext *castToDeclContext(const BlockDecl *D) { in castToDeclContext() function
4750 static DeclContext *castToDeclContext(const CapturedDecl *D) { in castToDeclContext() function
4896 static DeclContext *castToDeclContext(const ExportDecl *D) { in castToDeclContext() function
4953 static DeclContext *castToDeclContext(const HLSLBufferDecl *D) { in castToDeclContext() function
H A DDeclOpenMP.h269 static DeclContext *castToDeclContext(const OMPDeclareReductionDecl *D) { in castToDeclContext() function
368 static DeclContext *castToDeclContext(const OMPDeclareMapperDecl *D) { in castToDeclContext() function
H A DDeclObjC.h543 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) { in castToDeclContext() function
1118 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) { in castToDeclContext() function
H A DDeclCXX.h2054 static DeclContext *castToDeclContext(const RequiresExprBodyDecl *D) { in castToDeclContext() function
3003 static DeclContext *castToDeclContext(const LinkageSpecDecl *D) { in castToDeclContext() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1055 DeclContext *Decl::castToDeclContext(const Decl *D) { in castToDeclContext() function in Decl