Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp166 case OCM_Subscript: in describeUninitializedArgumentInCall()
599 case OCM_Subscript: in checkPreObjCMessage()
H A DBasicObjCFoundationChecks.cpp179 if (CanBeSubscript && msg.getMessageKind() == OCM_Subscript) { in warnIfNilArg()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1166 enum ObjCMessageKind { OCM_PropertyAccess, OCM_Subscript, OCM_Message }; enumerator
1249 case OCM_Subscript: in isSetter()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1039 case OCM_Subscript: in getSourceRange()
1081 K = OCM_Subscript; in getMessageKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp247 case OCM_Subscript: in generateDiagnosticsForCallLike()