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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1629 DeclGroupPtrTy ParseDeclGroup(ParsingDeclSpec &DS, unsigned Context,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp932 return ParseDeclGroup(DS, Declarator::FileContext, true);
H A DParseDecl.cpp1427 return ParseDeclGroup(DS, Context, /*FunctionDefs=*/ false, &DeclEnd, FRI);
1575 /// ParseDeclGroup - Having concluded that this is either a function
1578 Parser::DeclGroupPtrTy Parser::ParseDeclGroup(ParsingDeclSpec &DS, function in class:Parser

Completed in 128 milliseconds