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

References

tools/clang/lib/Sema/SemaChecking.cpp
 4314   if (FDecl) {
 4315     for (const auto *I : FDecl->specific_attrs<FormatAttr>()) {
 4326   auto *FD = dyn_cast_or_null<FunctionDecl>(FDecl);
 4330                        : FDecl && isa<FunctionDecl>(FDecl)
 4330                        : FDecl && isa<FunctionDecl>(FDecl)
 4331                            ? cast<FunctionDecl>(FDecl)->getNumParams()
 4332                        : FDecl && isa<ObjCMethodDecl>(FDecl)
 4332                        : FDecl && isa<ObjCMethodDecl>(FDecl)
 4333                            ? cast<ObjCMethodDecl>(FDecl)->param_size()
 4345   if (FDecl || Proto) {
 4346     CheckNonNullArguments(*this, FDecl, Proto, Args, Loc);
 4349     if (FDecl) {
 4350       for (const auto *I : FDecl->specific_attrs<ArgumentWithTypeTagAttr>())