Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp14136 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
14281 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp()
15124 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr()
15479 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
15794 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
15922 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr()
16000 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
H A DSemaChecking.cpp7630 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
H A DSemaExpr.cpp7743 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13851 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,