Home
last modified time | relevance | path

Searched refs:getWhileLoc (Results 1 – 7 of 7) 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.h2478 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 DCGStmt.cpp919 S.getWhileLoc(), in EmitWhileStmt()
921 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp203 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt()
214 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1485 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7557 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 DASTImporter.cpp6500 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt()
6516 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()