Searched refs:CompoundLiteralRegion (Results 1 – 6 of 6) sorted by relevance
278 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()279 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()282 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()481 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()972 const CompoundLiteralRegion*985 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
1671 if (isa<CompoundLiteralRegion>(R->getBaseRegion())) in getBindingForElement()
68 REGION(CompoundLiteralRegion, TypedValueRegion)
872 class CompoundLiteralRegion : public TypedValueRegion {877 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function1304 const CompoundLiteralRegion*
160 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()
77 if (const auto *CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()