Searched defs:castFromDeclContext (Results 1 – 5 of 5) sorted by relevance
133 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function239 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function657 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3024 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3832 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4459 static TopLevelStmtDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4657 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4753 static CapturedDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4899 static ExportDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4956 static HLSLBufferDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
272 static OMPDeclareReductionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function371 static OMPDeclareMapperDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
547 static ObjCMethodDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function1122 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
2058 static RequiresExprBodyDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3007 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
1042 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl