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