Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1367 SourceLocation RetLoc; variable
1375 : Stmt(ReturnStmtClass), RetLoc(RL), RetExpr((Stmt *)E), in ReturnStmt()
1385 SourceLocation getReturnLoc() const { return RetLoc; } in getReturnLoc()
1386 void setReturnLoc(SourceLocation L) { RetLoc = L; } in setReturnLoc()
1396 SourceLocation getLocStart() const LLVM_READONLY { return RetLoc; } in getLocStart()
1398 return RetExpr ? RetExpr->getLocEnd() : RetLoc; in getLocEnd()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp217 if (Optional<Loc> RetLoc = RetVal.getAs<Loc>()) in addVisitorIfNecessary() local
218 EnableNullFPSuppression = State->isNull(*RetLoc).isConstrainedTrue(); in addVisitorIfNecessary()