Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp745 case OCM_PropertyAccess: in getSourceRange()
786 K = OCM_PropertyAccess; in getMessageKind()
819 if ( getMessageKind() == OCM_PropertyAccess) { in getAccessedProperty()
854 if (getMessageKind() == OCM_PropertyAccess) in canBeOverridenInSubclass()
/external/clang/lib/StaticAnalyzer/Checkers/
DCallAndMessageChecker.cpp122 case OCM_PropertyAccess: in describeUninitializedArgumentInCall()
456 case OCM_PropertyAccess: in checkPreObjCMessage()
DNullabilityChecker.cpp939 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) in checkPostObjCMessage()
DRetainCountChecker.cpp1971 case OCM_PropertyAccess: in VisitNode()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h873 OCM_PropertyAccess, enumerator
956 case OCM_PropertyAccess: in isSetter()