Home
last modified time | relevance | path

Searched refs:getWhileLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2691 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc() function
2699 SourceLocation getBeginLoc() const { return getWhileLoc(); } in getBeginLoc()
2754 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp949 S.getWhileLoc(), in EmitWhileStmt()
951 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp268 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt()
279 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1485 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7820 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt()
7835 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt()
7857 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
7858 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6885 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt()
6901 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()