Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1085 SourceLocation getDoLoc() const { return DoLoc; } in getDoLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp157 Writer.AddSourceLocation(S->getDoLoc(), Record); in VisitDoStmt()
/external/clang/lib/Sema/
DTreeTransform.h5529 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()