Searched refs:SingleDecl (Results 1 – 5 of 5) sorted by relevance
761 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local824 SingleDecl = in ParseExternalDeclaration()863 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()875 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration()890 SingleDecl = ParseModuleImport(SourceLocation()); in ParseExternalDeclaration()894 SingleDecl = ParseExportDeclaration(); in ParseExternalDeclaration()980 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
58 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local63 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, Attrs); in ParseObjCAtDirectives()72 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc); in ParseObjCAtDirectives()75 SingleDecl = ParseObjCPropertySynthesize(AtLoc); in ParseObjCAtDirectives()78 SingleDecl = ParseObjCPropertyDynamic(AtLoc); in ParseObjCAtDirectives()82 SingleDecl = ParseModuleImport(AtLoc); in ParseObjCAtDirectives()91 SingleDecl = nullptr; in ParseObjCAtDirectives()94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
1713 Decl *SingleDecl = nullptr; in ParseDeclaration() local1718 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd, attrs); in ParseDeclaration()1738 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()1747 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
630 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument631 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
12037 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local12038 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()