Home
last modified time | relevance | path

Searched refs:setDoLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1128 void setDoLoc(SourceLocation L) { DoLoc = L; } in setDoLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp235 S->setDoLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt()