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

/external/clang/include/clang/AST/
H A DStmt.h1315 SourceLocation RetLoc; member in class:clang::ReturnStmt
1320 : Stmt(ReturnStmtClass), RetExpr(0), RetLoc(RL), NRVOCandidate(0) { }
1323 : Stmt(ReturnStmtClass), RetExpr((Stmt*) E), RetLoc(RL),
1333 SourceLocation getReturnLoc() const { return RetLoc; }
1334 void setReturnLoc(SourceLocation L) { RetLoc = L; }
1344 SourceLocation getLocStart() const LLVM_READONLY { return RetLoc; }
1346 return RetExpr ? RetExpr->getLocEnd() : RetLoc;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp221 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>())
222 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue();

Completed in 76 milliseconds