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

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

Completed in 175 milliseconds