Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h141 void emitLogicalOperatorFixIt(Expr *LHS, Expr *RHS, BinaryOperatorKind Opc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1036 void SemaHLSL::emitLogicalOperatorFixIt(Expr *LHS, Expr *RHS, in emitLogicalOperatorFixIt() function in SemaHLSL
H A DSemaExpr.cpp13190 HLSL().emitLogicalOperatorFixIt(LHS.get(), RHS.get(), Opc); in CheckVectorLogicalOperands()