Home
last modified time | relevance | path

Searched refs:ActOnBinOp (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp327 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 DSemaStmt.cpp2886 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 DSemaExpr.cpp1068 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 DSema.h5920 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc,
/openbsd/gnu/llvm/clang/docs/
H A DInternalsManual.rst1247 had virtual methods for parse events, for example ``ActOnBinOp()``. When Clang