Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8947 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, in RebuildCallExpr() function in __anon88ca3d871611::TransformTypos
8951 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args, in RebuildCallExpr()
H A DTreeTransform.h2833 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()