Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2534 setDoLoc(DL); in DoStmt()
2552 void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; } in setDoLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp293 S->setDoLoc(readSourceLocation()); in VisitDoStmt()