Home
last modified time | relevance | path

Searched refs:getLiteralExpr (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h153 return "compound literal " + printStmt(R->getLiteralExpr()); in VisitCompoundLiteralRegion()
/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h831 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() function