Searched refs:checkRef (Results 1 – 1 of 1) sorted by relevance
264 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