Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprClassification.cpp610 bool FalseIsThrow = isa<CXXThrowExpr>(False->IgnoreParenImpCasts()); in ClassifyConditional() local
611 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional()
612 : (FalseIsThrow ? True : nullptr)) in ClassifyConditional()