Searched refs:getWhileLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | Stmt.h | 1082 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function 1129 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 161 Record.AddSourceLocation(S->getWhileLoc()); in VisitWhileStmt() 170 Record.AddSourceLocation(S->getWhileLoc()); in VisitDoStmt()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 6354 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/ |
D | ASTImporter.cpp | 5060 SourceLocation ToWhileLoc = Importer.Import(S->getWhileLoc()); in VisitWhileStmt() 5075 SourceLocation ToWhileLoc = Importer.Import(S->getWhileLoc()); in VisitDoStmt()
|