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

Declarations

tools/clang/include/clang/Sema/Sema.h
11259   void checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto,

References

tools/clang/lib/Sema/SemaChecking.cpp
 4367   checkCall(FDecl, Proto, /*ThisArg=*/nullptr, Args, /*IsMemberFunction=*/true,
 4396   checkCall(FDecl, Proto, ImplicitThis, llvm::makeArrayRef(Args, NumArgs),
 4432   checkCall(Method, nullptr, /*ThisArg=*/nullptr, Args,
 4462   checkCall(NDecl, Proto, /*ThisArg=*/nullptr,
 4475   checkCall(/*FDecl=*/nullptr, Proto, /*ThisArg=*/nullptr,
tools/clang/lib/Sema/SemaOverload.cpp
12979         checkCall(FnDecl, nullptr, ImplicitThis, ArgsArray,