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

  /external/clang/lib/AST/
Stmt.cpp 915 WhileStmt::WhileStmt(const ASTContext &C, VarDecl *Var, Expr *cond, Stmt *body,
924 VarDecl *WhileStmt::getConditionVariable() const {
932 void WhileStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 543 milliseconds