Searched defs:castFromDeclContext (Results 1 – 3 of 3) sorted by relevance
96 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function434 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function2016 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function2628 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3178 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
474 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function586 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
620 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl