Home
last modified time | relevance | path

Searched refs:getDoLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2752 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function
2759 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp278 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6900 auto ToDoLoc = importChecked(Err, S->getDoLoc()); in VisitDoStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7857 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()