Searched defs:castFromDeclContext (Results 1 – 5 of 5) sorted by relevance
272 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function371 static OMPDeclareMapperDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
131 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function237 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function693 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function2937 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3710 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4515 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4611 static CapturedDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4757 static ExportDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4814 static HLSLBufferDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
548 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function1116 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
2914 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
931 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl