Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h165 bool hasPathSensitiveCheckers() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp697 if ((Mode & AM_Path) && checkerMgr->hasPathSensitiveCheckers()) { in HandleCode()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp36 bool CheckerManager::hasPathSensitiveCheckers() const { in hasPathSensitiveCheckers() function in CheckerManager