Home
last modified time | relevance | path

Searched defs:DoLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1887 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. in ParseDoStatement() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1740 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, in ActOnDoStmt()
H A DTreeTransform.h1458 StmtResult RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, in RebuildDoStmt()