Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h269 static DeclContext *castToDeclContext(const OMPDeclareReductionDecl *D) { in castToDeclContext() function
368 static DeclContext *castToDeclContext(const OMPDeclareMapperDecl *D) { in castToDeclContext() function
DDecl.h130 static DeclContext *castToDeclContext(const TranslationUnitDecl *D) { in castToDeclContext() function
236 static DeclContext *castToDeclContext(const ExternCContextDecl *D) { in castToDeclContext() function
663 static DeclContext *castToDeclContext(const NamespaceDecl *D) { in castToDeclContext() function
2813 static DeclContext *castToDeclContext(const FunctionDecl *D) { in castToDeclContext() function
3565 static DeclContext *castToDeclContext(const TagDecl *D) { in castToDeclContext() function
4320 static DeclContext *castToDeclContext(const BlockDecl *D) { in castToDeclContext() function
4416 static DeclContext *castToDeclContext(const CapturedDecl *D) { in castToDeclContext() function
4552 static DeclContext *castToDeclContext(const ExportDecl *D) { in castToDeclContext() function
DDeclObjC.h544 static DeclContext *castToDeclContext(const ObjCMethodDecl *D) { in castToDeclContext() function
1114 static DeclContext *castToDeclContext(const ObjCContainerDecl *D) { in castToDeclContext() function
DDeclCXX.h2862 static DeclContext *castToDeclContext(const LinkageSpecDecl *D) { in castToDeclContext() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclBase.cpp932 DeclContext *Decl::castToDeclContext(const Decl *D) { in castToDeclContext() function in Decl