Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2522 setDoLoc(DL); in DoStmt()
2540 void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; } in setDoLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp292 S->setDoLoc(readSourceLocation()); in VisitDoStmt()