Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h9350 bool CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto);
/external/clang/lib/Sema/
DSemaChecking.cpp2239 bool Sema::CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto) { in CheckOtherCall() function in Sema
DSemaOverload.cpp12184 if (CheckOtherCall(call, proto)) in BuildCallToMemberFunction()
DSemaExpr.cpp5493 if (CheckOtherCall(TheCall, Proto)) in BuildResolvedCallExpr()