Searched refs:NonThrow (Results 1 – 2 of 2) sorted by relevance
564 if (const Expr *NonThrow = TrueIsThrow ? (FalseIsThrow ? nullptr : False) in ClassifyConditional() local566 return ClassifyInternal(Ctx, NonThrow); in ClassifyConditional()
5141 Expr *NonThrow = LThrow ? RHS.get() : LHS.get(); in CXXCheckConditionalOperands() local5142 VK = NonThrow->getValueKind(); in CXXCheckConditionalOperands()5145 OK = NonThrow->getObjectKind(); in CXXCheckConditionalOperands()5146 return NonThrow->getType(); in CXXCheckConditionalOperands()