Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h362 static const CheckerProgramPointTag &getDeallocSentTag() { in getDeallocSentTag() function
H A DRetainCountDiagnostics.cpp551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
H A DRetainCountChecker.cpp703 C.addTransition(St, C.getPredecessor(), &getDeallocSentTag()); in checkSummary()