Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp94 const RefVal *PrevT, in shouldGenerateNote() argument
98 RefVal PrevV = *PrevT; in shouldGenerateNote()
486 const RefVal *PrevT = getRefBinding(PrevSt, Sym); in VisitNode() local
493 if (PrevT && IsFreeUnowned && CurrV.isNotOwned() && PrevT->isOwned()) { in VisitNode()
501 if (!PrevT) { in VisitNode()
582 if (!shouldGenerateNote(os, PrevT, CurrV, DeallocSent)) in VisitNode()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp148 if (auto *PrevT = dyn_cast<TemplateDecl>(Prev)) { in CheckPreviousDecl() local
151 ASSERT_TRUE(PrevT->getTemplatedDecl()); in CheckPreviousDecl()
154 PrevT->getTemplatedDecl()); in CheckPreviousDecl()