Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8763 bool CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp1460 bool Sema::CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto) { in CheckOtherCall() function in Sema
HDSemaOverload.cpp11583 if (CheckOtherCall(call, proto)) in BuildCallToMemberFunction()
HDSemaExpr.cpp5090 if (CheckOtherCall(TheCall, Proto)) in BuildResolvedCallExpr()