Searched refs:emitLogicalOperatorFixIt (Results 1 – 3 of 3) sorted by relevance
141 void emitLogicalOperatorFixIt(Expr *LHS, Expr *RHS, BinaryOperatorKind Opc);
1036 void SemaHLSL::emitLogicalOperatorFixIt(Expr *LHS, Expr *RHS, in emitLogicalOperatorFixIt() function in SemaHLSL
13190 HLSL().emitLogicalOperatorFixIt(LHS.get(), RHS.get(), Opc); in CheckVectorLogicalOperands()