Searched refs:CompoundLiteralRegion (Results 1 – 5 of 5) sorted by relevance
257 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()258 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()261 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()1118 const CompoundLiteralRegion*1131 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
68 REGION(CompoundLiteralRegion, TypedValueRegion)
890 class CompoundLiteralRegion : public TypedValueRegion {895 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function1420 const CompoundLiteralRegion*
178 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()
77 if (const auto *CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()