Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h1585 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp2017 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2018 Record.push_back(PP.getCounterValue()); in WritePreprocessor()