Searched defs:SingleDecl (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
H A D | Parser.cpp | 631 Decl *SingleDecl = nullptr; local 673 SingleDecl = Actions.ActOnEmptyDeclaration(getCurScope(), 713 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc); 725 SingleDecl = ParseObjCMethodDefinition(); 806 return Actions.ConvertDeclToDeclGroup(SingleDecl);
|
H A D | ParseObjc.cpp | 56 Decl *SingleDecl = nullptr; local 62 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs); 74 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc); 77 SingleDecl = ParseObjCPropertySynthesize(AtLoc); 80 SingleDecl = ParseObjCPropertyDynamic(AtLoc); 91 SingleDecl = nullptr; 94 return Actions.ConvertDeclToDeclGroup(SingleDecl);
|
H A D | ParseDecl.cpp | 1455 Decl *SingleDecl = nullptr; local 1461 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd); 1476 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(), 1482 SingleDecl = ParseStaticAssertDeclaration(DeclEnd); 1491 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);
|
/external/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 370 iterator(const NamedDecl *SingleDecl, unsigned Index) argument 371 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { }
|
Completed in 113 milliseconds