Home
last modified time | relevance | path

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

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