Searched refs:getWhileLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Stmt.h | 2698 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc() function 2706 SourceLocation getBeginLoc() const { return getWhileLoc(); } in getBeginLoc() 2761 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 1055 S.getWhileLoc(), in EmitWhileStmt() 1057 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTWriterStmt.cpp | 268 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt() 279 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| HD | BuildTree.cpp | 1486 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | TreeTransform.h | 8114 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt() 8129 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt() 8151 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt() 8152 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTImporter.cpp | 6987 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt() 7003 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()
|