Searched refs:CheckFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 13351 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 14095 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 14405 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 14731 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 14849 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 14927 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaExprCXX.cpp | 7794 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
|
| H A D | SemaChecking.cpp | 4955 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 6892 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12512 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|