Home
last modified time | relevance | path

Searched refs:CounterValue (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h129 unsigned CounterValue; // Next __COUNTER__ value. variable
1201 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
1202 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPreprocessor.cpp76 CounterValue = 0; // __COUNTER__ starts at 0. in Preprocessor()
DPPMacroExpansion.cpp1364 OS << CounterValue++; in ExpandBuiltinMacro()