Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1082 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
1129 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp161 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt()
170 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
/external/clang/lib/Sema/
DTreeTransform.h6354 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt()
6369 return getDerived().RebuildWhileStmt(S->getWhileLoc(), Cond, Body.get()); in TransformWhileStmt()
6390 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
6391 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()
/external/clang/lib/AST/
DASTImporter.cpp5060 SourceLocation ToWhileLoc = Importer.Import(S->getWhileLoc()); in VisitWhileStmt()
5075 SourceLocation ToWhileLoc = Importer.Import(S->getWhileLoc()); in VisitDoStmt()