Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2698 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/
HDCGStmt.cpp1055 S.getWhileLoc(), in EmitWhileStmt()
1057 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterStmt.cpp268 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt()
279 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
HDBuildTree.cpp1486 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDTreeTransform.h8114 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/
HDASTImporter.cpp6987 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt()
7003 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()