Searched refs:CounterValue (Results 1 - 3 of 3) 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; }
/external/clang/lib/Lex/
H A DPreprocessor.cpp77 CounterValue = 0; // __COUNTER__ starts at 0.
H A DPPMacroExpansion.cpp1357 OS << CounterValue++;

Completed in 82 milliseconds