Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h162 return "compound literal " + printStmt(R->getLiteralExpr()); in VisitCompoundLiteralRegion()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp79 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h884 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() function