Home
last modified time | relevance | path

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

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