Home
last modified time | relevance | path

Searched defs:setBlockCounter (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h79 void setBlockCounter(BlockCounter C) { CurrentCounter = C; } in setBlockCounter() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp81 void CoreEngine::setBlockCounter(BlockCounter C) { in setBlockCounter() function in CoreEngine