Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp53 if (Call.getKind() == CE_ObjCMessage) in matches()
H A DExprEngineCallAndReturn.cpp954 case CE_ObjCMessage: in mayInlineCallKind()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h77 CE_ObjCMessage enumerator
1341 Kind getKind() const override { return CE_ObjCMessage; } in getKind()
1345 return CA->getKind() == CE_ObjCMessage; in classof()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp873 if (Call.getKind() == CE_ObjCMessage) in checkPostCall()