Home
last modified time | relevance | path

Searched refs:ParseDeclGroup (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParser.cpp803 return ParseDeclGroup(DS, Declarator::FileContext, true); in ParseDeclarationOrFunctionDefinition()
DParseDecl.cpp761 return ParseDeclGroup(DS, Context, /*FunctionDefs=*/ false, &DeclEnd, FRI); in ParseSimpleDeclaration()
767 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, in ParseDeclGroup() function in Parser
/external/clang/include/clang/Parse/
DParser.h1400 DeclGroupPtrTy ParseDeclGroup(ParsingDeclSpec &DS, unsigned Context,