reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
11247   bool CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall,

References

tools/clang/lib/Sema/SemaExpr.cpp
 6015     if (CheckFunctionCall(FDecl, TheCall, Proto))
tools/clang/lib/Sema/SemaExprCXX.cpp
 7237   if (CheckFunctionCall(Method, CE,
tools/clang/lib/Sema/SemaOverload.cpp
12649       if (CheckFunctionCall(FnDecl, TheCall,
13233         if (CheckFunctionCall(Method, TheCall,
13532   if (CheckFunctionCall(Method, TheCall, Proto))
13858   if (CheckFunctionCall(Method, TheCall, Proto))
13976   if (CheckFunctionCall(Method, TheCall,
14054   if (CheckFunctionCall(FD, UDL, nullptr))