Searched refs:SingleDecl (Results 1 – 5 of 5) sorted by relevance
775 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local847 SingleDecl = in ParseExternalDeclaration()886 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()898 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration()926 SingleDecl = ParseModuleImport(SourceLocation(), IS); in ParseExternalDeclaration()931 SingleDecl = ParseExportDeclaration(); in ParseExternalDeclaration()1031 if (!SingleDecl) in ParseExternalDeclaration()1037 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
68 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local73 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, DeclAttrs); in ParseObjCAtDirectives()82 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc); in ParseObjCAtDirectives()85 SingleDecl = ParseObjCPropertySynthesize(AtLoc); in ParseObjCAtDirectives()88 SingleDecl = ParseObjCPropertyDynamic(AtLoc); in ParseObjCAtDirectives()93 SingleDecl = ParseModuleImport(AtLoc, IS); in ParseObjCAtDirectives()102 SingleDecl = nullptr; in ParseObjCAtDirectives()105 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
1884 Decl *SingleDecl = nullptr; in ParseDeclaration() local1904 SingleDecl = ParseHLSLBuffer(DeclEnd); in ParseDeclaration()1919 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()1928 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
658 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument659 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
14715 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local14716 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()