Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h61 BlockCounter CurrentCounter; variable
69 enqueue(WorkListUnit(N, CurrentCounter, B, idx)); in enqueue()
74 enqueue(WorkListUnit(N, CurrentCounter)); in enqueue()
79 void setBlockCounter(BlockCounter C) { CurrentCounter = C; } in setBlockCounter()
80 BlockCounter getBlockCounter() const { return CurrentCounter; } in getBlockCounter()