Searched refs:getWhileLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 2691 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 D | CGStmt.cpp | 949 S.getWhileLoc(), in EmitWhileStmt() 951 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 268 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 D | BuildTree.cpp | 1485 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7820 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 D | ASTImporter.cpp | 6885 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt() 6901 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()
|