Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp651 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local
704 SingleDecl = in ParseExternalDeclaration()
743 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()
755 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration()
770 SingleDecl = ParseModuleImport(SourceLocation()); in ParseExternalDeclaration()
774 SingleDecl = ParseExportDeclaration(); in ParseExternalDeclaration()
861 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
H A DParseObjc.cpp58 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local
63 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, Attrs); in ParseObjCAtDirectives()
72 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc); in ParseObjCAtDirectives()
75 SingleDecl = ParseObjCPropertySynthesize(AtLoc); in ParseObjCAtDirectives()
78 SingleDecl = ParseObjCPropertyDynamic(AtLoc); in ParseObjCAtDirectives()
82 SingleDecl = ParseModuleImport(AtLoc); in ParseObjCAtDirectives()
91 SingleDecl = nullptr; in ParseObjCAtDirectives()
94 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
H A DParseDecl.cpp1678 Decl *SingleDecl = nullptr; in ParseDeclaration() local
1683 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd, attrs); in ParseDeclaration()
1703 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
1711 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp372 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument
373 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
H A DTreeTransform.h10483 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local
10484 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()