Searched refs:CheckFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 14161 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr() 14298 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 15135 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 15487 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 15802 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 15931 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 16007 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaDeclAttr.cpp | 3304 if (S.CheckFunctionCall(FD, FunctionCallExpression, in handleCleanupAttr()
|
| H A D | SemaChecking.cpp | 3358 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 6947 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2347 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|