HomeSort by: relevance | last modified time | path
    Searched refs:ActOnCallExpr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2066 LHS = Actions.ActOnCallExpr(getCurScope(), Fn, Loc, ArgExprs, RParLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5375 /// ActOnCallExpr - Handle a call to Fn with the specified array of arguments.
5378 ExprResult ActOnCallExpr(Scope *S, Expr *Fn, SourceLocation LParenLoc,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 2579 return getSema().ActOnCallExpr(
SemaExpr.cpp 6345 ExprResult Sema::ActOnCallExpr(Scope *Scope, Expr *Fn, SourceLocation LParenLoc,

Completed in 68 milliseconds