Searched defs:RebuildCallExpr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp6834 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, function in class:__anon1480::TransformTypos
6838 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args,
H A DTreeTransform.h2096 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, function in class:clang::TreeTransform
8583 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc,
9090 return getDerived().RebuildCallExpr(Object.get(), FakeLParenLoc,
9180 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc,

Completed in 230 milliseconds