Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp11723 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToMemberFunction()
12025 if (CheckFunctionCall(Method, TheCall, Proto)) in BuildCallToObjectOfClassType()
12214 if (CheckFunctionCall(FD, UDL, nullptr)) in BuildLiteralOperatorCall()
H A DSemaChecking.cpp1061 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() function in Sema
H A DSemaExpr.cpp4890 if (CheckFunctionCall(FDecl, TheCall, Proto)) in BuildResolvedCallExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8506 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,