reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 4844   ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,

References

tools/clang/lib/Parse/ParseExpr.cpp
  499         LHS = Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(),
tools/clang/lib/Sema/SemaExpr.cpp
  931         ActOnBinOp(TUScope, E->getBeginLoc(), tok::comma, Call.get(), E);
 6814     Result = ActOnBinOp(S, E->getExprLoc(), tok::comma, Result.get(),
tools/clang/lib/Sema/SemaStmt.cpp
 2507             ActOnBinOp(S, EndVar->getLocation(), tok::slash,
 2519       EndExpr = ActOnBinOp(S, ColonLoc, tok::plus, EndRangeRef.get(),
 2612     NotEqExpr = ActOnBinOp(S, ColonLoc, tok::exclaimequal,