Searched refs:SingleDecl (Results 1 – 5 of 5) sorted by relevance
802 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local866 SingleDecl = in ParseExternalDeclaration()905 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()917 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration()937 SingleDecl = ParseModuleImport(SourceLocation(), IS); in ParseExternalDeclaration()942 SingleDecl = ParseExportDeclaration(); in ParseExternalDeclaration()1040 if (!SingleDecl) in ParseExternalDeclaration()1046 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
74 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local79 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, DeclAttrs); in ParseObjCAtDirectives()88 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc); in ParseObjCAtDirectives()91 SingleDecl = ParseObjCPropertySynthesize(AtLoc); in ParseObjCAtDirectives()94 SingleDecl = ParseObjCPropertyDynamic(AtLoc); in ParseObjCAtDirectives()99 SingleDecl = ParseModuleImport(AtLoc, IS); in ParseObjCAtDirectives()108 SingleDecl = nullptr; in ParseObjCAtDirectives()111 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
1780 Decl *SingleDecl = nullptr; in ParseDeclaration() local1786 SingleDecl = in ParseDeclaration()1802 SingleDecl = ParseHLSLBuffer(DeclEnd); in ParseDeclaration()1818 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()1827 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
634 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument635 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
12493 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local12494 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()