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

Declarations

tools/clang/include/clang/Sema/Sema.h
11253   bool CheckOtherCall(CallExpr *TheCall, const FunctionProtoType *Proto);

References

tools/clang/lib/Sema/SemaExpr.cpp
 6026     if (CheckOtherCall(TheCall, Proto))
tools/clang/lib/Sema/SemaOverload.cpp
13358     if (CheckOtherCall(call, proto))