Searched refs:CompoundLiteralRegion (Results 1 – 5 of 5) sorted by relevance
52 isa<CompoundLiteralRegion>(LR)) { in checkPreStmt()
54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()
291 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()295 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()888 const CompoundLiteralRegion*902 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
1573 if (isa<CompoundLiteralRegion>(R->getBaseRegion())) in getBindingForElement()
813 class CompoundLiteralRegion : public TypedValueRegion {818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() function1186 const CompoundLiteralRegion*