Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2345 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2490 if (PP.getCounterValue() != 0) { in WritePreprocessor()
2491 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()