Searched refs:DeclIdentifier (Results 1 – 1 of 1) sorted by relevance
51 static const DeclRefExpr *findUsage(const Stmt *Node, int64_t DeclIdentifier) { in findUsage() argument55 if (DeclRef->getDecl()->getID() == DeclIdentifier) in findUsage()59 if (const DeclRefExpr *Result = findUsage(ChildNode, DeclIdentifier)) in findUsage()