Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1323 SourceLocation RetLoc; variable
1328 : Stmt(ReturnStmtClass), RetExpr(0), RetLoc(RL), NRVOCandidate(0) { } in ReturnStmt()
1331 : Stmt(ReturnStmtClass), RetExpr((Stmt*) E), RetLoc(RL), in ReturnStmt()
1341 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc()
1342 void setReturnLoc(SourceLocation L) { RetLoc = L; } in setReturnLoc()
/external/clang/lib/AST/
DStmt.cpp297 return SourceRange(RetLoc, RetExpr->getLocEnd()); in getSourceRange()
299 return SourceRange(RetLoc); in getSourceRange()