Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1346 SourceLocation DoLoc = ConsumeToken(); // eat the 'do'. in ParseDoStatement() local
/external/clang/lib/Sema/
DSemaStmt.cpp1231 Sema::ActOnDoStmt(SourceLocation DoLoc, Stmt *Body, in ActOnDoStmt()
DTreeTransform.h1154 StmtResult RebuildDoStmt(SourceLocation DoLoc, Stmt *Body, in RebuildDoStmt()
/external/clang/include/clang/AST/
DStmt.h1087 SourceLocation DoLoc; variable