Searched refs:CheckFunctionCall (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 11723 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 12025 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 12214 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
| H A D | SemaChecking.cpp | 1061 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
| H A D | SemaExpr.cpp | 4890 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 8506 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|