Searched refs:getWhileLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 2164 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 D | ASTWriterStmt.cpp | 195 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt() 204 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6752 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 D | ASTImporter.cpp | 5774 S->getConditionVariable(), S->getCond(), S->getBody(), S->getWhileLoc()); in VisitWhileStmt() 5790 S->getBody(), S->getCond(), S->getDoLoc(), S->getWhileLoc(), in VisitDoStmt()
|