Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp855 S.getWhileLoc(), in EmitWhileStmt()
857 << SourceRange(S.getWhileLoc(), S.getRParenLoc()); in EmitWhileStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp201 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 DBuildTree.cpp1480 Builder.markChildToken(S->getWhileLoc(), in WalkUpFromWhileStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7431 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 DASTImporter.cpp6260 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitWhileStmt()
6276 auto ToWhileLoc = importChecked(Err, S->getWhileLoc()); in VisitDoStmt()