Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp760 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 DParseExpr.cpp2243 LHS = Actions.ActOnCallExpr(getCurScope(), Fn, Loc, ArgExprs, RParLoc, in ParsePostfixExpressionSuffix()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6971 ExprResult ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2837 return getSema().ActOnCallExpr(
H A DSemaExpr.cpp6369 ExprResult Sema::ActOnCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc, in ActOnCallExpr() function in Sema