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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp12998 if (CheckFunctionCall(FnDecl, TheCall,
13711 if (CheckFunctionCall(Method, TheCall,
14010 if (CheckFunctionCall(Method, TheCall, Proto))
14334 if (CheckFunctionCall(Method, TheCall, Proto))
14451 if (CheckFunctionCall(Method, TheCall,
14529 if (CheckFunctionCall(FD, UDL, nullptr))
H A DSemaExprCXX.cpp2085 // FIXME: Missing call to CheckFunctionCall or equivalent
7475 if (CheckFunctionCall(Method, CE,
H A DSemaChecking.cpp4492 /// CheckFunctionCall - Check a direct function call for various correctness
4494 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, function in class:Sema
H A DSemaExpr.cpp947 // emitted along with format string checking in Sema::CheckFunctionCall().
6138 if (CheckFunctionCall(FDecl, TheCall, Proto))
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11677 bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,

Completed in 215 milliseconds