Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2735 setDoLoc(DL); in DoStmt()
2753 void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; } in setDoLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp296 S->setDoLoc(readSourceLocation()); in VisitDoStmt()