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

  /external/clang/lib/Parse/
ParseStmt.cpp 42 Res = ParseStatementOrDeclaration(Stmts, true, TrailingElseLoc);
48 /// ParseStatementOrDeclaration - Read 'statement' or 'declaration'.
98 Parser::ParseStatementOrDeclaration(StmtVector &Stmts, bool OnlyStatement,
958 R = ParseStatementOrDeclaration(Stmts, false);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 44 milliseconds