Home
last modified time | relevance | path

Searched refs:UndefCapturedBlockVarChecker (Results 1 – 4 of 4) 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.txt74 UndefCapturedBlockVarChecker.cpp
DAndroid.mk80 UndefCapturedBlockVarChecker.cpp \
DCheckers.td224 def UndefCapturedBlockVarChecker : Checker<"CapturedBlockVariable">,
226 DescFile<"UndefCapturedBlockVarChecker.cpp">;