Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2596 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc,
10815 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCallExpr()
11415 return getDerived().RebuildCallExpr(Object.get(), FakeLParenLoc, Args, in TransformCXXOperatorCallExpr()
11520 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc, in TransformCUDAKernelCallExpr()
H A DSemaExprCXX.cpp8384 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, in RebuildCallExpr() function in __anona68bfdbb1111::TransformTypos
8388 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args, in RebuildCallExpr()