Home
last modified time | relevance | path

Searched refs:checkCall (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp1370 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall() function in Sema
1428 checkCall(FDecl, Proto, Args, /*IsMemberFunction=*/true, Loc, SourceRange(), in CheckConstructorCall()
1451 checkCall(FDecl, Proto, llvm::makeArrayRef(Args, NumArgs), in CheckFunctionCall()
1485 checkCall(Method, nullptr, Args, in CheckObjCMethodCall()
1515 checkCall(NDecl, Proto, in CheckPointerCall()
1528 checkCall(/*FDecl=*/nullptr, Proto, in CheckOtherCall()
DSemaOverload.cpp11605 checkCall(FnDecl, nullptr, ArgsArray, isa<CXXMethodDecl>(FnDecl), OpLoc, in CreateOverloadedBinOp()
/external/clang/include/clang/Sema/
DSema.h8974 void checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto,