Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp872 SemaRef.DiagnoseCommaOperator(E->getLHS(), E->getExprLoc()); in VisitBinaryOperator()
H A DSemaExpr.cpp13989 void Sema::DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc) { in DiagnoseCommaOperator() function in Sema
14067 S.DiagnoseCommaOperator(LHS.get(), Loc); in CheckCommaOperands()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5786 void DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc);