Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDPreprocessor.h2346 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDASTUnit.cpp894 PP.setCounterValue(Counter); in LoadFromASTFile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp869 PP.setCounterValue(Value); in ReadCounter()