Searched refs:ActOnCallExpr (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 760 ExprResult AllocCall = B->S.ActOnCallExpr( in transformForValuePrinting() 785 return B->S.ActOnCallExpr( in transformForValuePrinting() 809 return B->S.ActOnCallExpr( in transformForValuePrinting()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2243 LHS = Actions.ActOnCallExpr(getCurScope(), Fn, Loc, ArgExprs, RParLoc, in ParsePostfixExpressionSuffix()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6971 ExprResult ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2837 return getSema().ActOnCallExpr(
|
H A D | SemaExpr.cpp | 6369 ExprResult Sema::ActOnCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc, in ActOnCallExpr() function in Sema
|