Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h162 return "compound literal " + printStmt(R->getLiteralExpr()); in VisitCompoundLiteralRegion()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp79 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h884 const CompoundLiteralExpr *getLiteralExpr() const { return CL; } in getLiteralExpr() function