Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefCapturedBlockVarChecker.cpp28 class UndefCapturedBlockVarChecker class
52 UndefCapturedBlockVarChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt()
103 mgr.registerChecker<UndefCapturedBlockVarChecker>(); in registerUndefCapturedBlockVarChecker()
DCMakeLists.txt73 UndefCapturedBlockVarChecker.cpp
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td226 def UndefCapturedBlockVarChecker : Checker<"CapturedBlockVariable">,
228 DescFile<"UndefCapturedBlockVarChecker.cpp">;