Searched refs:NonThrow (Results 1 – 2 of 2) sorted by relevance
588 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local590 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
5928 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local5929 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()5932 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()5933 return NonThrow->getType(); in CXXCheckConditionalOperands()