Searched refs:getLocNoCount (Results 1 – 1 of 1) sorted by relevance
160 if (Other.getLocNoCount()) { in DbgVariableValue()161 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()169 if (Other.getLocNoCount()) { in operator =()170 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()175 LocNoCount = Other.getLocNoCount(); in operator =()183 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount() function in __anon093131440211::DbgVariableValue