Searched refs:SingleDecl (Results 1 – 6 of 6) sorted by relevance
790 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local854 SingleDecl = in ParseExternalDeclaration()893 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()905 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration()925 SingleDecl = ParseModuleImport(SourceLocation(), IS); in ParseExternalDeclaration()930 SingleDecl = ParseExportDeclaration(); in ParseExternalDeclaration()1024 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
57 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local62 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, Attrs); in ParseObjCAtDirectives()71 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc); in ParseObjCAtDirectives()74 SingleDecl = ParseObjCPropertySynthesize(AtLoc); in ParseObjCAtDirectives()77 SingleDecl = ParseObjCPropertyDynamic(AtLoc); in ParseObjCAtDirectives()82 SingleDecl = ParseModuleImport(AtLoc, IS); in ParseObjCAtDirectives()91 SingleDecl = nullptr; in ParseObjCAtDirectives()94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
1771 Decl *SingleDecl = nullptr; in ParseDeclaration() local1777 SingleDecl = in ParseDeclaration()1804 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()1813 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
633 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument634 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
12318 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local12319 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()
4680 TEST(SingleDecl, IsSingleDecl) { in TEST() argument