HomeSort by relevance Sort by last modified time
    Searched defs:ParseTopLevelDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 513 /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the
515 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 284 /// ParseTopLevelDecl - Parse one top-level declaration. Returns true if
286 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
287 bool ParseTopLevelDecl() {
289 return ParseTopLevelDecl(Result);
    [all...]

Completed in 95 milliseconds