Home
last modified time | relevance | path

Searched refs:CheckOtherCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10484 bool CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp12902 if (CheckOtherCall(call, proto)) in BuildCallToMemberFunction()
H A DSemaChecking.cpp4306 bool Sema::CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto) { in CheckOtherCall() function in Sema
H A DSemaExpr.cpp5818 if (CheckOtherCall(TheCall, Proto)) in BuildResolvedCallExpr()