Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2197 setDoLoc(DL); in DoStmt()
2215 void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; } in setDoLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp288 S->setDoLoc(ReadSourceLocation()); in VisitDoStmt()