Searched refs:DeclContextsToScan (Results 1 – 1 of 1) sorted by relevance
702 llvm::SmallVector<const DeclContext *, 8> DeclContextsToScan; in RunOnTranslationUnit() local703 DeclContextsToScan.push_back(TU); in RunOnTranslationUnit()705 while (!DeclContextsToScan.empty()) { in RunOnTranslationUnit()706 const DeclContext *DC = DeclContextsToScan.pop_back_val(); in RunOnTranslationUnit()715 DeclContextsToScan.push_back(llvm::dyn_cast<DeclContext>(D)); in RunOnTranslationUnit()