Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1058 case OCM_PropertyAccess: in getSourceRange()
1098 K = OCM_PropertyAccess; in getMessageKind()
1131 if (getMessageKind() == OCM_PropertyAccess) { in getAccessedProperty()
1165 if (getMessageKind() == OCM_PropertyAccess) in canBeOverridenInSubclass()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp160 case OCM_PropertyAccess: in describeUninitializedArgumentInCall()
592 case OCM_PropertyAccess: in checkPreObjCMessage()
H A DNullabilityChecker.cpp1082 M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) { in checkPostObjCMessage()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1245 enum ObjCMessageKind { OCM_PropertyAccess, OCM_Subscript, OCM_Message }; enumerator
1326 case OCM_PropertyAccess: in isSetter()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp244 case OCM_PropertyAccess: in generateDiagnosticsForCallLike()