Searched refs:getLocNoCount (Results 1 – 1 of 1) sorted by relevance
159 if (Other.getLocNoCount()) { in DbgVariableValue()160 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()168 if (Other.getLocNoCount()) { in operator =()169 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()174 LocNoCount = Other.getLocNoCount(); in operator =()182 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount() function in __anonef106bf80211::DbgVariableValue