Home
last modified time | relevance | path

Searched refs:CheckFunctionCall (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp13354 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()
DSemaExprCXX.cpp7672 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
DSemaChecking.cpp4538 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
DSemaExpr.cpp6773 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/external/clang/include/clang/Sema/
DSema.h9344 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
/external/llvm-project/clang/include/clang/Sema/
DSema.h12188 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,
/external/clang/lib/Sema/
DSemaChecking.cpp2148 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
DSemaExpr.cpp5484 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()