Searched refs:CheckFunctionCall (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 14965 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr() 15103 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 15951 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 16304 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 16620 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 16749 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 16825 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaDeclAttr.cpp | 3725 if (S.CheckFunctionCall(FD, FunctionCallExpression, in handleCleanupAttr()
|
| H A D | SemaChecking.cpp | 3739 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 7085 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2748 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4757 …CheckFunctionCallEPNS_12FunctionDeclEPNS_8CallExprE", "clang::Sema::CheckFunctionCall(clang::Funct…
|