Searched refs:ActOnBinOp (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 327 ExprResult Op = Actions.ActOnBinOp(getCurScope(), LogicalAndLoc, in ParseConstraintLogicalAndExpression() 362 ExprResult Op = Actions.ActOnBinOp(getCurScope(), LogicalOrLoc, in ParseConstraintLogicalOrExpression() 630 Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2886 ActOnBinOp(S, EndVar->getLocation(), tok::slash, in BuildCXXForRangeStmt() 2898 EndExpr = ActOnBinOp(S, ColonLoc, tok::plus, EndRangeRef.get(), in BuildCXXForRangeStmt() 2991 NotEqExpr = ActOnBinOp(S, ColonLoc, tok::exclaimequal, in BuildCXXForRangeStmt()
|
H A D | SemaExpr.cpp | 1068 ActOnBinOp(TUScope, E->getBeginLoc(), tok::comma, Call.get(), E); in DefaultVariadicArgumentPromotion() 8334 Result = ActOnBinOp(S, E->getExprLoc(), tok::comma, Result.get(), in MaybeConvertParenListExprToParenExpr() 15574 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, in ActOnBinOp() function in Sema
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 5920 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | InternalsManual.rst | 1247 had virtual methods for parse events, for example ``ActOnBinOp()``. When Clang
|