Searched refs:ActOnCallExpr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterValuePrinter.cpp | 240 S.ActOnCallExpr(Scope, ValuePrintingInfo[InterfaceKind::WithAlloc], in ExtractValueFromExpr() 262 S.ActOnCallExpr(Scope, ValuePrintingInfo[InterfaceKind::CopyArray], in ExtractValueFromExpr() 283 S.ActOnCallExpr(Scope, ValuePrintingInfo[InterfaceKind::NoAlloc], in ExtractValueFromExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1893 LHS = Actions.ActOnCallExpr(getCurScope(), Fn, Loc, ArgExprs, RParLoc, in ParsePostfixExpressionSuffix()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 2329 return S.ActOnCallExpr(S.getCurScope(), MemExpr.get(), Loc, {}, Loc); in BuiltinInvoke() 2353 return S.ActOnCallExpr(S.getCurScope(), MemCall, TheCall->getBeginLoc(), in BuiltinInvoke() 2356 return S.ActOnCallExpr(S.getCurScope(), Args.front(), TheCall->getBeginLoc(), in BuiltinInvoke()
|
| H A D | TreeTransform.h | 2870 return getSema().ActOnCallExpr(
|
| H A D | SemaExpr.cpp | 6511 ExprResult Sema::ActOnCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc, in ActOnCallExpr() function in Sema
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7394 ExprResult ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5348 …ExprENS_14SourceLocationENS_11ASTMultiPtrIS4_EES5_S4_", "clang::Sema::ActOnCallExpr(clang::Scope*,…
|