Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1742 Expr *Cond, SourceLocation CondRParen) { in ActOnDoStmt() argument
1761 return new (Context) DoStmt(Body, Cond, DoLoc, WhileLoc, CondRParen); in ActOnDoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10741 Expr *Cond, SourceLocation CondRParen);