Searched refs:CheckFunctionCall (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 13354 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp() 14087 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr() 14386 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction() 14712 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType() 14830 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr() 14908 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
|
D | SemaExprCXX.cpp | 7672 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
|
D | SemaChecking.cpp | 4538 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
D | SemaExpr.cpp | 6773 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9344 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 12188 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2148 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
|
D | SemaExpr.cpp | 5484 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
|