Home
last modified time | relevance | path

Searched refs:BuildCallToMemberFunction (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSema.cpp1316 ExprResult R = BuildCallToMemberFunction(nullptr, &E, SourceLocation(), in tryExprAsCall()
H A DSemaExpr.cpp4629 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs, RParenLoc); in ActOnCallExpr()
4645 return BuildCallToMemberFunction(S, Fn, LParenLoc, ArgExprs, in ActOnCallExpr()
H A DSemaOverload.cpp11485 Sema::BuildCallToMemberFunction(Scope *S, Expr *MemExprE, in BuildCallToMemberFunction() function in Sema
H A DSemaDeclCXX.cpp9695 ExprResult Call = S.BuildCallToMemberFunction(/*Scope=*/nullptr, in buildSingleCopyAssignRecursively()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h2454 BuildCallToMemberFunction(Scope *S, Expr *MemExpr,