Home
last modified time | relevance | path

Searched refs:OCM_PropertyAccess (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp974 case OCM_PropertyAccess: in getSourceRange()
1014 K = OCM_PropertyAccess; in getMessageKind()
1047 if (getMessageKind() == OCM_PropertyAccess) { in getAccessedProperty()
1081 if (getMessageKind() == OCM_PropertyAccess) in canBeOverridenInSubclass()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp163 case OCM_PropertyAccess: in describeUninitializedArgumentInCall()
593 case OCM_PropertyAccess: in checkPreObjCMessage()
H A DNullabilityChecker.cpp954 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) in checkPostObjCMessage()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1111 OCM_PropertyAccess, enumerator
1197 case OCM_PropertyAccess: in isSetter()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp244 case OCM_PropertyAccess: in generateDiagnosticsForCallLike()