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

/external/clang/lib/Parse/
H A DParser.cpp633 Decl *SingleDecl = nullptr; local
680 SingleDecl = Actions.ActOnEmptyDeclaration(getCurScope(),
720 SingleDecl = Actions.ActOnFileScopeAsmDecl(Result.get(), StartLoc, EndLoc);
732 SingleDecl = ParseObjCMethodDefinition();
813 return Actions.ConvertDeclToDeclGroup(SingleDecl);
H A DParseObjc.cpp57 Decl *SingleDecl = nullptr; local
63 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
75 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
78 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
81 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
92 SingleDecl = nullptr;
95 return Actions.ConvertDeclToDeclGroup(SingleDecl);
H A DParseDecl.cpp1486 Decl *SingleDecl = nullptr; local
1492 SingleDecl = ParseDeclarationStartingWithTemplate(Context, DeclEnd);
1507 SingleDecl = ParseUsingDirectiveOrDeclaration(Context, ParsedTemplateInfo(),
1513 SingleDecl = ParseStaticAssertDeclaration(DeclEnd);
1522 return Actions.ConvertDeclToDeclGroup(SingleDecl, OwnedType);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1275 TEST(SingleDecl, IsSingleDecl) {
/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp369 iterator(const NamedDecl *SingleDecl, unsigned Index) argument
370 : DeclOrIterator(SingleDecl), SingleDeclIndex(Index) { }

Completed in 202 milliseconds