Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp10887 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
11199 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
11376 if (CheckFunctionCall(FD, UDL, NULL)) in BuildLiteralOperatorCall()
DSemaChecking.cpp544 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
DSemaExpr.cpp4245 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/external/clang/include/clang/Sema/
DSema.h7289 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,