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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp 13064 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,
13122 return SemaRef.BuildResolvedCallExpr(Fn, FDecl, LParenLoc, Args, RParenLoc,
14344 return BuildResolvedCallExpr(MemExprE, Method, LParenLoc, Args,
SemaExpr.cpp 6523 return BuildResolvedCallExpr(Fn, NDecl, LParenLoc, ArgExprs, RParenLoc,
6566 /// BuildResolvedCallExpr - Build a call to a resolved expression,
6572 ExprResult Sema::BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5393 BuildResolvedCallExpr(Expr *Fn, NamedDecl *NDecl, SourceLocation LParenLoc,

Completed in 55 milliseconds