Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2417 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc() function
2425 SourceLocation getBeginLoc() const { return getWhileLoc(); } in getBeginLoc()
2480 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp858 S.getWhileLoc(), in EmitWhileStmt()
860 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp201 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt()
212 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1480 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h7454 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt()
7469 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt()
7491 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
7492 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6389 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt()
6405 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()