Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1040 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
1087 SourceLocation getWhileLoc() const { return WhileLoc; } in getWhileLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp149 Writer.AddSourceLocation(S->getWhileLoc(), Record); in VisitWhileStmt()
158 Writer.AddSourceLocation(S->getWhileLoc(), Record); in VisitDoStmt()
/external/clang/lib/Sema/
DTreeTransform.h5484 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(), in TransformWhileStmt()
5507 return getDerived().RebuildWhileStmt(S->getWhileLoc(), FullCond, in TransformWhileStmt()
5529 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()
5530 /*FIXME:*/S->getWhileLoc(), Cond.get(), in TransformDoStmt()