Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h569 const SwitchStmt *getSwitch() const { in getSwitch() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3052 const SwitchStmt *SS = builder.getSwitch(); in processSwitch()