Lines Matching defs:DeclRef
36 const DeclRefExpr *DeclRef;
133 BlockMap->blockContainingStmt(TheUseAfterMove->DeclRef)) {
192 TheUseAfterMove.DeclRef = Use;
234 for (const DeclRefExpr *DeclRef : DeclRefs) {
235 if (!ReinitDeclRefs.count(DeclRef))
236 Uses->push_back(DeclRef);
277 const auto *DeclRef = Match.getNodeAs<DeclRefExpr>("declref");
279 if (DeclRef && BlockMap->blockContainingStmt(DeclRef) == Block) {
282 if (Operator || !isStandardSmartPointer(DeclRef->getDecl())) {
283 DeclRefs->insert(DeclRef);
408 const SourceLocation UseLoc = Use.DeclRef->getExprLoc();