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

References

tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  936   if (!FD)
  949   const IdentifierInfo *id = FD->getIdentifier();
  959   const FunctionProtoType *FTP = FD->getType()->getAs<FunctionProtoType>();
  976   os1 << "Return value is not checked in call to '" << *FD << '\'';
  980   os2 << "The return value from the call to '" << *FD
  981       << "' is not checked.  If an error occurs in '" << *FD