Searched refs:CompoundLiteralRegion (Results 1 – 3 of 3) sorted by relevance
267 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()268 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()271 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()501 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()1153 const CompoundLiteralRegion*1166 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
68 REGION(CompoundLiteralRegion, TypedValueRegion)
900 class CompoundLiteralRegion : public TypedValueRegion {905 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function1471 const CompoundLiteralRegion*