Home
last modified time | relevance | path

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

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