Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14161 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
14298 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp()
15135 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr()
15487 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
15802 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
15931 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr()
16007 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
H A DSemaDeclAttr.cpp3304 if (S.CheckFunctionCall(FD, FunctionCallExpression, in handleCleanupAttr()
H A DSemaChecking.cpp3358 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
H A DSemaExpr.cpp6947 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2347 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,