Home
last modified time | relevance | path

Searched refs:withKind (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp202 AE = AE.withKind(IncRef); in checkPostStmt()
205 AE = AE.withKind(DecRefBridgedTransferred); in checkPostStmt()
721 AE = AE.withKind(DoNothing); in updateSymbol()
724 AE = AE.withKind(DoNothing); in updateSymbol()
727 AE = AE.withKind(StopTracking); in updateSymbol()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp575 return E.withKind(StopTrackingHard); in getStopTrackingHardEquivalent()
578 return E.withKind(DecRefAndStopTrackingHard); in getStopTrackingHardEquivalent()
580 return E.withKind(Dealloc); in getStopTrackingHardEquivalent()
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h129 ArgEffect withKind(ArgEffectKind NewK) { in withKind() function