Home
last modified time | relevance | path

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

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