Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp164 case OCM_Subscript: in describeUninitializedArgumentInCall()
599 case OCM_Subscript: in checkPreObjCMessage()
H A DBasicObjCFoundationChecks.cpp178 if (CanBeSubscript && msg.getMessageKind() == OCM_Subscript) { in warnIfNilArg()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1245 enum ObjCMessageKind { OCM_PropertyAccess, OCM_Subscript, OCM_Message }; enumerator
1328 case OCM_Subscript: in isSetter()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1059 case OCM_Subscript: in getSourceRange()
1101 K = OCM_Subscript; in getMessageKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp247 case OCM_Subscript: in generateDiagnosticsForCallLike()