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

  /external/clang/lib/Parse/
ParseAST.cpp 87 while (!P.ParseTopLevelDecl(ADecl)) { // Not end of file.
Parser.cpp 495 /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the
497 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
536 while (!ParseTopLevelDecl(Res))
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 260 /// ParseTopLevelDecl - Parse one top-level declaration. Returns true if
262 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
    [all...]

Completed in 2075 milliseconds