Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DBracesAroundStatementsCheck.cpp127 checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc()); in check()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2539 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function
2546 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp213 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6515 auto ToDoLoc = importChecked(Err, S->getDoLoc()); in VisitDoStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7594 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()