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