Home
last modified time | relevance | path

Searched refs:SingleDecl (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp802 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local
866 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()
H A DParseObjc.cpp74 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local
79 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()
H A DParseDecl.cpp1780 Decl *SingleDecl = nullptr; in ParseDeclaration() local
1786 SingleDecl = in ParseDeclaration()
1802 SingleDecl = ParseHLSLBuffer(DeclEnd); in ParseDeclaration()
1818 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
1827 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp634 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument
635 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
H A DTreeTransform.h12493 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local
12494 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()