Searched refs:getDoLoc (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | BracesAroundStatementsCheck.cpp | 147 checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc()); in check()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2474 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function 2481 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1127 SourceLocation getDoLoc() const { return DoLoc; } in getDoLoc() function
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 210 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 169 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 5074 SourceLocation ToDoLoc = Importer.Import(S->getDoLoc()); in VisitDoStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 6198 auto ToDoLoc = importChecked(Err, S->getDoLoc()); in VisitDoStmt()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 6390 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 7377 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
|