Searched refs:RebuildCallExpr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 8947 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, in RebuildCallExpr() function in __anon88ca3d871611::TransformTypos 8951 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args, in RebuildCallExpr()
|
H A D | TreeTransform.h | 2833 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, 12313 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCallExpr() 12933 return getDerived().RebuildCallExpr(Object.get(), FakeLParenLoc, Args, in TransformCXXOperatorCallExpr() 13055 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCUDAKernelCallExpr()
|