Searched refs:getWhileLoc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | BracesAroundStatementsCheck.cpp | 127 checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc()); in check()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Stmt.h | 2478 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc() function 2486 SourceLocation getBeginLoc() const { return getWhileLoc(); } in getBeginLoc() 2541 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 919 S.getWhileLoc(), in EmitWhileStmt() 921 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 203 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt() 214 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1485 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7557 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt() 7572 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt() 7594 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt() 7595 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6500 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt() 6516 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()
|