Home
last modified time | relevance | path

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

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