Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp855 SemaRef.DiagnoseCommaOperator(E->getLHS(), E->getExprLoc()); in VisitBinaryOperator()
H A DSemaExpr.cpp13156 void Sema::DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc) { in DiagnoseCommaOperator() function in Sema
13234 S.DiagnoseCommaOperator(LHS.get(), Loc); in CheckCommaOperands()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5454 void DiagnoseCommaOperator(const Expr *LHS, SourceLocation Loc);