Home
last modified time | relevance | path

Searched refs:RebuildCallExpr (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h2575 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc,
10741 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCallExpr()
11341 return getDerived().RebuildCallExpr(Object.get(), FakeLParenLoc, Args, in TransformCXXOperatorCallExpr()
11446 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCUDAKernelCallExpr()
H A DSemaExprCXX.cpp8306 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, in RebuildCallExpr() function in __anonf8aa59881111::TransformTypos
8310 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args, in RebuildCallExpr()