Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp13675 if (CheckFunctionCall(FnDecl, TheCall, in CreateOverloadedUnaryOp()
14485 if (CheckFunctionCall(Method, TheCall, in CreateOverloadedArraySubscriptExpr()
14805 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
15106 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
15225 if (CheckFunctionCall(Method, TheCall, in BuildOverloadedArrowExpr()
15303 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
H A DSemaExprCXX.cpp8055 if (CheckFunctionCall(Method, CE, in BuildCXXMemberCallExpr()
H A DSemaChecking.cpp6025 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
H A DSemaExpr.cpp7428 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13422 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,