Searched refs:SingleDecl (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Parse/ |
D | Parser.cpp | 607 Decl *SingleDecl = nullptr; in ParseExternalDeclaration() local 649 SingleDecl = Actions.ActOnEmptyDeclaration(getCurScope(), in ParseExternalDeclaration() 679 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); in ParseExternalDeclaration() 691 SingleDecl = ParseObjCMethodDefinition(); in ParseExternalDeclaration() 772 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseExternalDeclaration()
|
D | ParseObjc.cpp | 55 Decl *SingleDecl = nullptr; in ParseObjCAtDirectives() local 61 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs); in ParseObjCAtDirectives() 73 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc); in ParseObjCAtDirectives() 76 SingleDecl = ParseObjCPropertySynthesize(AtLoc); in ParseObjCAtDirectives() 79 SingleDecl = ParseObjCPropertyDynamic(AtLoc); in ParseObjCAtDirectives() 90 SingleDecl = nullptr; in ParseObjCAtDirectives() 93 return Actions.ConvertDeclToDeclGroup(SingleDecl); in ParseObjCAtDirectives()
|
D | ParseDecl.cpp | 1387 Decl *SingleDecl = nullptr; in ParseDeclaration() local 1393 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd); in ParseDeclaration() 1400 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc); in ParseDeclaration() 1407 SingleDecl = ParseNamespace(Context, DeclEnd); in ParseDeclaration() 1410 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(), in ParseDeclaration() 1416 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); in ParseDeclaration() 1425 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType); in ParseDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 370 iterator(const NamedDecl *SingleDecl, unsigned Index) in iterator() argument 371 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { } in iterator()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 3207 TEST(SingleDecl, IsSingleDecl) { in TEST() argument
|