Searched refs:CheckFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12323 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 12776 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 13072 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 13392 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 13509 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 13583 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaExprCXX.cpp | 7207 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
|
| H A D | SemaChecking.cpp | 4207 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 5809 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 10478 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|