Searched refs:DCi (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3097 const DeclContext *DCi = D->getDeclContext(); local
3098 while (DCi != D->getTranslationUnitDecl()) {
3099 if (DCi == DC)
3101 DCi = DCi->getParent();

Completed in 89 milliseconds