Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp819 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local
888 SingleDecl = in ParseExternalDeclaration()
927 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()
939 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration()
966 SingleDecl = ParseModuleImport(SourceLocation(), IS); in ParseExternalDeclaration()
971 SingleDecl = ParseExportDeclaration(); in ParseExternalDeclaration()
1069 if (!SingleDecl) in ParseExternalDeclaration()
1075 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.cpp1913 Decl *SingleDecl = nullptr; in ParseDeclaration() local
1919 SingleDecl = in ParseDeclaration()
1935 SingleDecl = ParseHLSLBuffer(DeclEnd); in ParseDeclaration()
1951 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
1960 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp655 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument
656 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
H A DTreeTransform.h12729 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local
12730 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()