Searched refs:CompoundLiteralRegion (Results 1 – 4 of 4) sorted by relevance
52 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) { in GenName()
52 isa<CompoundLiteralRegion>(LR)) { in checkPreStmt()
285 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()289 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()462 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()746 const CompoundLiteralRegion*760 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
741 class CompoundLiteralRegion : public TypedValueRegion {746 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() function1100 const CompoundLiteralRegion*