Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp11776 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
12076 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
12265 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
DSemaChecking.cpp1231 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
DSemaExpr.cpp5031 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/external/clang/include/clang/Sema/
DSema.h8443 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,