Searched refs:CheckFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 13522 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 14304 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 14624 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 14917 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 15035 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 15113 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaExprCXX.cpp | 8035 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
|
| H A D | SemaChecking.cpp | 5828 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 7188 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 13048 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|