Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2551 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function
2558 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp213 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp6651 auto ToDoLoc = importChecked(Err, S->getDoLoc()); in VisitDoStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h7705 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()