Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2490 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc() function
2498 SourceLocation getBeginLoc() const { return getWhileLoc(); } in getBeginLoc()
2553 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp930 S.getWhileLoc(), in EmitWhileStmt()
932 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp203 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt()
214 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
/openbsd/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1485 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h7668 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt()
7683 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt()
7705 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
7706 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6636 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt()
6652 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()