Searched refs:CompoundLiteralRegion (Results 1 – 6 of 6) sorted by relevance
54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()
287 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()288 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()291 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()475 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()944 const CompoundLiteralRegion*957 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
1573 if (isa<CompoundLiteralRegion>(R->getBaseRegion())) in getBindingForElement()
69 REGION(CompoundLiteralRegion, TypedValueRegion)
809 class CompoundLiteralRegion : public TypedValueRegion {814 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() function1182 const CompoundLiteralRegion*
152 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()