Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp3236 bool HasCatchAll = false; in VisitCXXTryStmt() local
3242 HasCatchAll = true; in VisitCXXTryStmt()
3252 if (!HasCatchAll) { in VisitCXXTryStmt()