Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DBracesAroundStatementsCheck.cpp147 checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc()); in check()
/external/llvm-project/clang/include/clang/AST/
DStmt.h2474 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function
2481 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
/external/clang/include/clang/AST/
DStmt.h1127 SourceLocation getDoLoc() const { return DoLoc; } in getDoLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp210 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp169 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
/external/clang/lib/AST/
DASTImporter.cpp5074 SourceLocation ToDoLoc = Importer.Import(S->getDoLoc()); in VisitDoStmt()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp6198 auto ToDoLoc = importChecked(Err, S->getDoLoc()); in VisitDoStmt()
/external/clang/lib/Sema/
DTreeTransform.h6390 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7377 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()