Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp65 llvm::SmallPtrSet<const Decl *, 16> AllDeclsFound; member in __anonc8a3b6180111::ResultBuilder
317 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } in Ignore()
924 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
994 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()).second) in AddResult()