Searched refs:ReferencedDecl (Results 1 – 1 of 1) sorted by relevance
102 for (const Decl *ReferencedDecl : ReferencedDecls) { in exprIsValidOutside() local103 if (SM.isPointWithin(ReferencedDecl->getBeginLoc(), ScopeBegin, ScopeEnd) && in exprIsValidOutside()104 SM.isPointWithin(ReferencedDecl->getEndLoc(), ScopeBegin, ScopeEnd)) in exprIsValidOutside()