Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2164 SourceLocation getWhileLoc() const { return WhileStmtBits.WhileLoc; } in getWhileLoc() function
2167 SourceLocation getBeginLoc() const { return getWhileLoc(); } in getBeginLoc()
2216 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp195 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt()
204 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h6752 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt()
6767 return getDerived().RebuildWhileStmt(S->getWhileLoc(), Cond, Body.get()); in TransformWhileStmt()
6788 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
6789 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp5774 S->getConditionVariable(), S->getCond(), S->getBody(), S->getWhileLoc()); in VisitWhileStmt()
5790 S->getBody(), S->getCond(), S->getDoLoc(), S->getWhileLoc(), in VisitDoStmt()