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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp78 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h161 return "compound literal " + printStmt(R->getLiteralExpr());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h898 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } function in class:clang::ento::CompoundLiteralRegion

Completed in 99 milliseconds