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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp60 llvm::SmallPtrSet<const Decl*, 16> AllDeclsFound; member in class:__anon1152::ResultBuilder
318 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); }
896 if (!AllDeclsFound.insert(CanonDecl).second)
959 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()).second)

Completed in 54 milliseconds