Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp13333 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp()
14075 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr()
14385 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
14711 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
14829 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr()
14907 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
H A DSemaExprCXX.cpp7746 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
H A DSemaChecking.cpp4706 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
H A DSemaExpr.cpp6828 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12411 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,