Home
last modified time | relevance | path

Searched refs:CurrentS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3488 const Stmt *CurrentS = ToProcess.pop_back_val(); in isAncestorDeclContextOf() local
3489 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()