Searched defs:ParseTopLevelDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParser.cpp461 /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the
463 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) { function in class:Parser
495 while (!ParseTopLevelDecl(Res))

Completed in 77 milliseconds