Searched refs:DeclContextsToScan (Results 1 – 1 of 1) sorted by relevance
2226 llvm::SmallVector<const DeclContext *, 8> DeclContextsToScan; in RunOnTranslationUnit() local2227 DeclContextsToScan.push_back(TU); in RunOnTranslationUnit()2229 while (!DeclContextsToScan.empty()) { in RunOnTranslationUnit()2230 const DeclContext *DC = DeclContextsToScan.pop_back_val(); in RunOnTranslationUnit()2239 DeclContextsToScan.push_back(llvm::dyn_cast<DeclContext>(D)); in RunOnTranslationUnit()