Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp879 SemaRef.DiagnoseCommaOperator(E->getLHS(), E->getExprLoc()); in VisitBinaryOperator()
H A DSemaExpr.cpp14728 void Sema::DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc) { in DiagnoseCommaOperator() function in Sema
14806 S.DiagnoseCommaOperator(LHS.get(), Loc); in CheckCommaOperands()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6083 void DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc);