Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h555 const CaseStmt *getCase() const { in getCase() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2655 const CaseStmt *Case = I.getCase(); in processSwitch()