Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2885 bool CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3854 bool Sema::CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto) { in CheckOtherCall() function in Sema
H A DSemaOverload.cpp16085 if (CheckOtherCall(call, proto)) in BuildCallToMemberFunction()
H A DSemaExpr.cpp7096 if (CheckOtherCall(TheCall, Proto)) in BuildResolvedCallExpr()