Searched refs:RebuildCallExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2797 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, 11461 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCallExpr() 12080 return getDerived().RebuildCallExpr(Object.get(), FakeLParenLoc, Args, in TransformCXXOperatorCallExpr() 12197 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCUDAKernelCallExpr()
|
| H A D | SemaExprCXX.cpp | 8725 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, in RebuildCallExpr() function in __anon0c531efd1311::TransformTypos 8729 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args, in RebuildCallExpr()
|