Home
last modified time | relevance | path

Searched refs:condVar (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp913 ForStmt::ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar, in ForStmt() argument
919 setConditionVariable(C, condVar); in ForStmt()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h1151 ForStmt(const ASTContext &C, Stmt *Init, Expr *Cond, VarDecl *condVar,