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.h2447 bool CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp15267 if (CheckOtherCall(call, proto)) in BuildCallToMemberFunction()
H A DSemaChecking.cpp3473 bool Sema::CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto) { in CheckOtherCall() function in Sema
H A DSemaExpr.cpp6958 if (CheckOtherCall(TheCall, Proto)) in BuildResolvedCallExpr()