Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp3329 bool HasCatchAll = false; in VisitCXXTryStmt() local
3335 HasCatchAll = true; in VisitCXXTryStmt()
3345 if (!HasCatchAll) { in VisitCXXTryStmt()