Searched refs:getWhileLoc (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 2417 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
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 855 S.getWhileLoc(), in EmitWhileStmt() 857 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 201 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt() 212 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1480 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 7431 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt() 7446 return getDerived().RebuildWhileStmt(S->getWhileLoc(), S->getLParenLoc(), in TransformWhileStmt() 7468 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt() 7469 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6260 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt() 6276 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()
|