Searched defs:castFromDeclContext (Results 1 – 5 of 5) sorted by relevance
158 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
102 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function206 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function579 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function2282 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3002 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3618 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3709 static CapturedDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
500 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function1061 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
2600 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
726 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl