Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp84 llvm::SmallPtrSet<const Decl *, 16> AllDeclsFound; member in __anon3bc9fbb90111::ResultBuilder
353 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } in Ignore()
1172 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
1294 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()).second) in AddResult()