Searched refs:CurrentS (Results 1 – 1 of 1) sorted by relevance
3759 const Stmt *CurrentS = ToProcess.pop_back_val(); in isAncestorDeclContextOf() local3760 ToProcess.append(CurrentS->child_begin(), CurrentS->child_end()); in isAncestorDeclContextOf()3761 if (const auto *DeclRef = dyn_cast<DeclRefExpr>(CurrentS)) { in isAncestorDeclContextOf()3766 dyn_cast_or_null<SubstNonTypeTemplateParmExpr>(CurrentS)) { in isAncestorDeclContextOf()