Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h129 ArgEffect withKind(ArgEffectKind NewK) { in withKind() function