Searched refs:CheckFunctionCall (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 14136 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr() 14281 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 15124 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 15479 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 15794 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 15922 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 16000 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaChecking.cpp | 7630 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 7743 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 13851 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|