Home
last modified time | relevance | path

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

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