Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp1411 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. in ParseDoStatement() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmt.h1103 SourceLocation DoLoc; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaStmt.cpp1257 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, in ActOnDoStmt()
H A DTreeTransform.h1214 StmtResult RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, in RebuildDoStmt()