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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
 1019     case OCM_PropertyAccess:
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  119     case OCM_PropertyAccess:
  470       case OCM_PropertyAccess:
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  913   if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined)
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  244     case OCM_PropertyAccess:
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
 1010   case OCM_PropertyAccess:
 1050         K = OCM_PropertyAccess;
 1083   if ( getMessageKind() == OCM_PropertyAccess) {
 1117   if (getMessageKind() == OCM_PropertyAccess)