Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp902 SemaRef.DiagnoseCommaOperator(E->getLHS(), E->getExprLoc()); in VisitBinaryOperator()
H A DSemaExpr.cpp13700 void Sema::DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc) { in DiagnoseCommaOperator() function in Sema
13778 S.DiagnoseCommaOperator(LHS.get(), Loc); in CheckCommaOperands()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7051 void DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc);