Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp759 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local
821 SingleDecl = in ParseExternalDeclaration()
860 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration()
872 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration()
887 SingleDecl = ParseModuleImport(SourceLocation()); in ParseExternalDeclaration()
891 SingleDecl = ParseExportDeclaration(); in ParseExternalDeclaration()
977 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.cpp1706 Decl *SingleDecl = nullptr; in ParseDeclaration() local
1711 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd, attrs); in ParseDeclaration()
1731 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration()
1740 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp630 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument
631 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) {} in iterator()
H A DTreeTransform.h11958 NamedDecl *SingleDecl = cast<NamedDecl>(InstD); in TransformOverloadExprDecls() local
11959 ArrayRef<NamedDecl*> Decls = SingleDecl; in TransformOverloadExprDecls()