Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1881 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. ParseDoStatement() local
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1740 ActOnDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation CondLParen,Expr * Cond,SourceLocation CondRParen) ActOnDoStmt() argument
H A DTreeTransform.h1458 RebuildDoStmt(SourceLocation DoLoc,Stmt * Body,SourceLocation WhileLoc,SourceLocation LParenLoc,Expr * Cond,SourceLocation RParenLoc) RebuildDoStmt() argument