Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2346 void setCounterValue(unsigned V) { CounterValue = V; } in setCounterValue() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp894 PP.setCounterValue(Counter); in LoadFromASTFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp869 PP.setCounterValue(Value); in ReadCounter()