HomeSort by: relevance | last modified time | path
    Searched refs:CounterValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 188 unsigned CounterValue = 0;
753 // FIXME: CounterValue?
1988 unsigned getCounterValue() const { return CounterValue; }
1989 void setCounterValue(unsigned V) { CounterValue = V; }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPMacroExpansion.cpp 1612 OS << CounterValue++;

Completed in 27 milliseconds