Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h104 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) { in castToDeclContext() function
210 static DeclContext *castToDeclContext(const ExternCContextDecl *D) { in castToDeclContext() function
637 static DeclContext *castToDeclContext(const NamespaceDecl *D) { in castToDeclContext() function
2787 static DeclContext *castToDeclContext(const FunctionDecl *D) { in castToDeclContext() function
3539 static DeclContext *castToDeclContext(const TagDecl *D) { in castToDeclContext() function
4294 static DeclContext *castToDeclContext(const BlockDecl *D) { in castToDeclContext() function
4390 static DeclContext *castToDeclContext(const CapturedDecl *D) { in castToDeclContext() function
4526 static DeclContext *castToDeclContext(const ExportDecl *D) { in castToDeclContext() function
H A DDeclObjC.h544 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) { in castToDeclContext() function
1114 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) { in castToDeclContext() function
H A DDeclCXX.h2860 static DeclContext *castToDeclContext(const LinkageSpecDecl *D) { in castToDeclContext() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp928 DeclContext *Decl::castToDeclContext(const Decl *D) { in castToDeclContext() function in Decl