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

/external/clang/lib/Parse/
H A DParser.cpp597 Decl *SingleDecl = nullptr; local
640 SingleDecl = Actions.ActOnEmptyDeclaration(getCurScope(),
670 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc);
682 SingleDecl = ParseObjCMethodDefinition();
767 return Actions.ConvertDeclToDeclGroup(SingleDecl);
H A DParseObjc.cpp55 Decl *SingleDecl = nullptr; local
61 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
73 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
76 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
79 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
90 SingleDecl = nullptr;
93 return Actions.ConvertDeclToDeclGroup(SingleDecl);
H A DParseDecl.cpp1294 Decl *SingleDecl = nullptr; local
1300 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1307 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1314 SingleDecl = ParseNamespace(Context, DeclEnd);
1317 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(),
1323 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1332 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp370 iterator(const NamedDecl *SingleDecl, unsigned Index) argument
371 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { }
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3034 TEST(SingleDecl, IsSingleDecl) {

Completed in 190 milliseconds