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.cpp775 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local
847 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()
H A DParseObjc.cpp68 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local
73 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()
H A DParseDecl.cpp1884 Decl *SingleDecl = nullptr; in ParseDeclaration() local
1904 SingleDecl = ParseHLSLBuffer(DeclEnd); in ParseDeclaration()
1919 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
1928 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp658 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument
659 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
H A DTreeTransform.h14715 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local
14716 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()