Searched refs:bufRegion (Results 1 – 1 of 1) sorted by relevance
1135 const MemRegion *bufRegion = val.getAsRegion(); in getCStringLiteral() local1136 if (!bufRegion) in getCStringLiteral()1140 bufRegion = bufRegion->StripCasts(); in getCStringLiteral()1143 const StringRegion *strRegion= dyn_cast<StringRegion>(bufRegion); in getCStringLiteral()