Searched defs:castFromDeclContext (Results 1 – 5 of 5) sorted by relevance
153 static TranslationUnitDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function263 static ExternCContextDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function681 static NamespaceDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3125 static FunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3950 static TagDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4572 static TopLevelStmtDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4770 static BlockDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4843 static OutlinedFunctionDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function4935 static CapturedDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function5081 static ExportDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function[all …]
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() function1120 static ObjCContainerDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
2115 static RequiresExprBodyDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function3070 static LinkageSpecDecl *castFromDeclContext(const DeclContext *DC) { in castFromDeclContext() function
1055 Decl *Decl::castFromDeclContext (const DeclContext *D) { in castFromDeclContext() function in Decl