Searched refs:ReferentLoc (Results 1 – 1 of 1) sorted by relevance
230 explicit ReferenceValue(StorageLocation &ReferentLoc) in ReferenceValue() argument231 : Value(Kind::Reference), ReferentLoc(ReferentLoc) {} in ReferenceValue()237 StorageLocation &getReferentLoc() const { return ReferentLoc; } in getReferentLoc()240 StorageLocation &ReferentLoc;