Searched refs:setBlockCounter (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h79 void setBlockCounter(BlockCounter C) { CurrentCounter = C; } function in class:clang::ento::WorkList
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp104 WList->setBlockCounter(BCounterFactory.GetEmptyCounter());
143 WList->setBlockCounter(WU.getBlockCounter());
285 WList->setBlockCounter(Counter);

Completed in 93 milliseconds