Searched refs:RebuildCallExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2231 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, 9370 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCallExpr() 9913 return getDerived().RebuildCallExpr(Object.get(), FakeLParenLoc, Args, in TransformCXXOperatorCallExpr() 10002 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCUDAKernelCallExpr()
|
| H A D | SemaExprCXX.cpp | 7657 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, in RebuildCallExpr() function in __anonb2279db60911::TransformTypos 7661 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args, in RebuildCallExpr()
|