Searched defs:CounterValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h133 unsigned CounterValue; // Next __COUNTER__ value. member in class:clang::Preprocessor
1280 unsigned getCounterValue() const { return CounterValue; }
1281 void setCounterValue(unsigned V) { CounterValue = V; }

Completed in 35 milliseconds