Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp264 return checkRef(E->getLocation(), E->getDecl()->getLocation()); in VisitDeclRefExpr()
268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation()); in VisitTypedefTypeLoc()
272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation()); in VisitTagTypeLoc()
276 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() function in __anon6cdd62940211::AutoreleasePoolRewriter::NameReferenceChecker