Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp12368 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
12699 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
12888 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
DSemaChecking.cpp2148 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
DSemaExpr.cpp5484 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/external/clang/include/clang/Sema/
DSema.h9344 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,