Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
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 DDecl.h130 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) { in castToDeclContext() function
236 static DeclContext *castToDeclContext(const ExternCContextDecl *D) { in castToDeclContext() function
693 static DeclContext *castToDeclContext(const NamespaceDecl *D) { castToDeclContext() function
3008 static DeclContext *castToDeclContext(const FunctionDecl *D) { castToDeclContext() function
3812 static DeclContext *castToDeclContext(const TagDecl *D) { castToDeclContext() function
4627 static DeclContext *castToDeclContext(const BlockDecl *D) { castToDeclContext() function
4723 static DeclContext *castToDeclContext(const CapturedDecl *D) { castToDeclContext() function
4869 static DeclContext *castToDeclContext(const ExportDecl *D) { castToDeclContext() function
4926 static DeclContext *castToDeclContext(const HLSLBufferDecl *D) { castToDeclContext() function
[all...]
H A DDeclObjC.h543 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) { in castToDeclContext() function
1115 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) { castToDeclContext() function
H A DDeclCXX.h2040 static DeclContext *castToDeclContext(const RequiresExprBodyDecl *D) { castToDeclContext() function
2989 static DeclContext *castToDeclContext(const LinkageSpecDecl *D) { castToDeclContext() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1016 DeclContext *Decl::castToDeclContext(const Decl *D) { castToDeclContext() function in Decl