Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp12121 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
12442 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
12631 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
DSemaChecking.cpp1434 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
DSemaExpr.cpp5207 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/external/clang/include/clang/Sema/
DSema.h8962 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,