Searched refs:CorrectDelayedTyposInBinOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 13786 CorrectDelayedTyposInBinOp(Sema &S, BinaryOperatorKind Opc, Expr *LHSExpr, in CorrectDelayedTyposInBinOp() function 13866 std::tie(LHS, RHS) = CorrectDelayedTyposInBinOp(*this, Opc, LHSExpr, RHSExpr); in CreateBuiltinBinOp() 14372 std::tie(LHS, RHS) = CorrectDelayedTyposInBinOp(*this, Opc, LHSExpr, RHSExpr); in BuildBinOp()
|