Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp3302 bool HasCatchAll = false; in VisitCXXTryStmt() local
3308 HasCatchAll = true; in VisitCXXTryStmt()
3318 if (!HasCatchAll) { in VisitCXXTryStmt()