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

Overrides

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  202   virtual const Decl *getDecl() const {

References

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  670   const ObjCMethodDecl *MD = msg.getDecl();
 1058   const ObjCMethodDecl *MD = Message->getDecl();
 1208     if (!C.inTopFrame() && M.getDecl() &&
 1209         M.getDecl()->getMethodFamily() == OMF_init &&
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  199     const ObjCMethodDecl *D = Msg->getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  847     if (const Decl *D = msg.getDecl()) {
  987       isAnnotatedAsReturningLocalized(msg.getDecl())) {
tools/clang/lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
   90   if (const ObjCMethodDecl *MD = Msg.getDecl()) {
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  818   auto Decl = M.getDecl();
tools/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
  171     const ObjCMethodDecl *MD = MCall->getDecl();
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  938   const ObjCMethodDecl *D = getDecl();
 1095   const ObjCMethodDecl *MD = getDecl();