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 134 if (P.ParseTopLevelDecl(ADecl)) {
144 } while (!P.ParseTopLevelDecl(ADecl));
Parser.cpp 563 /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the
565 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 265 /// ParseTopLevelDecl - Parse one top-level declaration. Returns true if
267 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
    [all...]

Completed in 2183 milliseconds