Searched refs:CounterValue (Results 1 – 3 of 3) sorted by relevance
129 unsigned CounterValue; // Next __COUNTER__ value. variable1201 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()1202 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
76 CounterValue = 0; // __COUNTER__ starts at 0. in Preprocessor()
1364 OS << CounterValue++; in ExpandBuiltinMacro()