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.cpp1832 Expr *Cond, SourceLocation CondRParen) { in ActOnDoStmt() argument
1860 return new (Context) DoStmt(Body, Cond, DoLoc, WhileLoc, CondRParen); in ActOnDoStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10956 Expr *Cond, SourceLocation CondRParen);