Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp13522 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp()
14304 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr()
14624 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
14917 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
15035 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr()
15113 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
H A DSemaExprCXX.cpp8035 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
H A DSemaChecking.cpp5828 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
H A DSemaExpr.cpp7188 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13048 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,