Searched refs:getLocNoCount (Results 1 – 1 of 1) sorted by relevance
155 if (Other.getLocNoCount()) { in DbgVariableValue()156 LocNos.reset(new unsigned[Other.getLocNoCount()]); in DbgVariableValue()164 if (Other.getLocNoCount()) { in operator =()165 LocNos.reset(new unsigned[Other.getLocNoCount()]); in operator =()170 LocNoCount = Other.getLocNoCount(); in operator =()178 uint8_t getLocNoCount() const { return LocNoCount; } in getLocNoCount() function in __anon41ad64740211::DbgVariableValue