Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp357 ExprResult Op = Actions.ActOnBinOp(getCurScope(), LogicalAndLoc, in ParseConstraintLogicalAndExpression()
392 ExprResult Op = Actions.ActOnBinOp(getCurScope(), LogicalOrLoc, in ParseConstraintLogicalOrExpression()
660 Actions.ActOnBinOp(getCurScope(), OpToken.getLocation(), in ParseRHSOfBinaryExpression()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2745 ActOnBinOp(S, EndVar->getLocation(), tok::slash, in BuildCXXForRangeStmt()
2757 EndExpr = ActOnBinOp(S, ColonLoc, tok::plus, EndRangeRef.get(), in BuildCXXForRangeStmt()
2850 NotEqExpr = ActOnBinOp(S, ColonLoc, tok::exclaimequal, in BuildCXXForRangeStmt()
H A DSemaExpr.cpp1073 ActOnBinOp(TUScope, E->getBeginLoc(), tok::comma, Call.get(), E); in DefaultVariadicArgumentPromotion()
7827 Result = ActOnBinOp(S, E->getExprLoc(), tok::comma, Result.get(), in MaybeConvertParenListExprToParenExpr()
15061 ExprResult Sema::ActOnBinOp(Scope *S, SourceLocation TokLoc, in ActOnBinOp() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7035 ExprResult ActOnBinOp(Scope *S, SourceLocation TokLoc, tok::TokenKind Kind,