Home
last modified time | relevance | path

Searched refs:CE_ObjCMessage (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h71 CE_ObjCMessage enumerator
1073 Kind getKind() const override { return CE_ObjCMessage; } in getKind()
1076 return CA->getKind() == CE_ObjCMessage; in classof()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp120 case CE_ObjCMessage: { in describeUninitializedArgumentInCall()
H A DNullabilityChecker.cpp751 if (Call.getKind() == CE_ObjCMessage) in checkPostCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp763 case CE_ObjCMessage: in mayInlineCallKind()
H A DRetainSummaryManager.cpp626 case CE_ObjCMessage: { in getSummary()
H A DCallEvent.cpp358 if (getKind() == CE_ObjCMessage) in isCalled()