HomeSort by: relevance | last modified time | path
    Searched refs:ParseParenExprOrCondition (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1168 /// ParseParenExprOrCondition:
1182 bool Parser::ParseParenExprOrCondition(StmtResult *InitStmt,
1376 if (ParseParenExprOrCondition(&InitStmt, Cond, IfLoc,
1534 if (ParseParenExprOrCondition(&InitStmt, Cond, SwitchLoc,
1624 if (ParseParenExprOrCondition(nullptr, Cond, WhileLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2074 bool ParseParenExprOrCondition(StmtResult *InitStmt,

Completed in 19 milliseconds