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 123 if (P.ParseTopLevelDecl(ADecl)) {
133 } while (!P.ParseTopLevelDecl(ADecl));
Parser.cpp 531 /// ParseTopLevelDecl - Parse one top-level declaration, return whatever the
533 bool Parser::ParseTopLevelDecl(DeclGroupPtrTy &Result) {
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 240 /// ParseTopLevelDecl - Parse one top-level declaration. Returns true if
242 bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
    [all...]

Completed in 75 milliseconds