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

/external/clang/lib/Sema/
H A DTreeTransform.h1834 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, function in class:clang::TreeTransform
7622 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc,
8112 return getDerived().RebuildCallExpr(Object.get(), FakeLParenLoc,
8202 return getDerived().RebuildCallExpr(Callee.get(), FakeLParenLoc,
H A DSemaExprCXX.cpp6212 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc, function in class:__anon1188::TransformTypos
6216 auto Result = BaseTransform::RebuildCallExpr(Callee, LParenLoc, Args,

Completed in 56 milliseconds