Searched refs:CounterValue (Results 1 – 2 of 2) sorted by relevance
188 unsigned CounterValue = 0; variable1988 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()1989 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
1612 OS << CounterValue++; in ExpandBuiltinMacro()