Searched defs:castFromDeclContext (Results 1 – 4 of 4) sorted by relevance
133 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function239 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function629 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function2573 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3318 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4038 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4134 static CapturedDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4253 static ExportDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
204 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
528 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function1142 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
868 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl