Home
last modified time | relevance | path

Searched refs:RetLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h1172 SourceLocation RetLoc; variable
1177 : Stmt(ReturnStmtClass), RetExpr(0), RetLoc(RL), NRVOCandidate(0) { } in ReturnStmt()
1180 : Stmt(ReturnStmtClass), RetExpr((Stmt*) E), RetLoc(RL), in ReturnStmt()
1190 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc()
1191 void setReturnLoc(SourceLocation L) { RetLoc = L; } in setReturnLoc()
/external/clang/lib/AST/
DStmt.cpp183 return SourceRange(RetLoc, RetExpr->getLocEnd()); in getSourceRange()
185 return SourceRange(RetLoc); in getSourceRange()