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

/external/clang/lib/Parse/
H A DParseObjc.cpp41 Decl *SingleDecl = 0; local
47 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
59 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
62 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
65 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
76 SingleDecl = 0;
79 return Actions.ConvertDeclToDeclGroup(SingleDecl);
H A DParser.cpp629 Decl *SingleDecl = 0; local
666 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc);
678 SingleDecl = ParseObjCMethodDefinition();
768 return Actions.ConvertDeclToDeclGroup(SingleDecl);
H A DParseDecl.cpp1160 Decl *SingleDecl = 0; local
1166 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1173 SingleDecl = ParseNamespace(Context, DeclEnd, InlineLoc);
1180 SingleDecl = ParseNamespace(Context, DeclEnd);
1183 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(),
1189 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1198 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp2510 TEST(SingleDecl, IsSingleDecl) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp364 iterator(NamedDecl *SingleDecl, unsigned Index) argument
365 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { }

Completed in 394 milliseconds