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

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDecl.h128 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) { function in class:clang::TranslationUnitDecl
234 static DeclContext *castToDeclContext(const ExternCContextDecl *D) { function in class:clang::ExternCContextDecl
690 static DeclContext *castToDeclContext(const NamespaceDecl *D) { function
H A DDeclOpenMP.h269 static DeclContext *castToDeclContext(const OMPDeclareReductionDecl *D) { function in class:clang::final
368 static DeclContext *castToDeclContext(const OMPDeclareMapperDecl *D) { function in class:clang::final
H A DDeclObjC.h544 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) { function in class:clang::ObjCList
1112 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) { function in class:clang::ObjCContainerDecl
H A DDeclCXX.h2910 static DeclContext *castToDeclContext(const LinkageSpecDecl *D) { function in class:clang::LinkageSpecDecl
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp950 DeclContext *Decl::castToDeclContext(const Decl *D) { function in class:Decl

Completed in 133 milliseconds