Searched refs:CheckFunctionCall (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 13675 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 14485 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 14805 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 15106 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 15225 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 15303 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaExprCXX.cpp | 8055 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
|
| H A D | SemaChecking.cpp | 6025 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 7428 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 13422 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|