Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h188 unsigned CounterValue = 0; variable
1988 unsigned getCounterValue() const { return CounterValue; } in getCounterValue()
1989 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1612 OS << CounterValue++; in ExpandBuiltinMacro()