Home
last modified time | relevance | path

Searched refs:UndefCapturedBlockVarChecker (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUndefCapturedBlockVarChecker.cpp27 class UndefCapturedBlockVarChecker class
51 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt()
101 mgr.registerChecker<UndefCapturedBlockVarChecker>(); in registerUndefCapturedBlockVarChecker()
H A DCMakeLists.txt119 UndefCapturedBlockVarChecker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn126 "UndefCapturedBlockVarChecker.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td432 def UndefCapturedBlockVarChecker : Checker<"CapturedBlockVariable">,