Searched refs:checkCall (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5902 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall() function in Sema 6019 checkCall(FDecl, Proto, /*ThisArg=*/nullptr, Args, /*IsMemberFunction=*/true, in CheckConstructorCall() 6064 checkCall(FDecl, Proto, ImplicitThis, llvm::ArrayRef(Args, NumArgs), in CheckFunctionCall() 6112 checkCall(Method, nullptr, /*ThisArg=*/nullptr, Args, in CheckObjCMethodCall() 6144 checkCall(NDecl, Proto, /*ThisArg=*/nullptr, in CheckPointerCall() 6157 checkCall(/*FDecl=*/nullptr, Proto, /*ThisArg=*/nullptr, in CheckOtherCall()
|
| H A D | SemaExprCXX.cpp | 2347 checkCall(OperatorNew, Proto, /*ThisArg=*/nullptr, CallArgs, in BuildCXXNew()
|
| H A D | SemaOverload.cpp | 14071 checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray, in CreateOverloadedBinOp()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 13438 void checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto,
|