Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1127 SourceLocation getDoLoc() const { return DoLoc; } in getDoLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp169 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
/external/clang/lib/AST/
DASTImporter.cpp5074 SourceLocation ToDoLoc = Importer.Import(S->getDoLoc()); in VisitDoStmt()
/external/clang/lib/Sema/
DTreeTransform.h6390 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()