Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp80 llvm::SmallPtrSet<const Decl *, 16> AllDeclsFound; member in __anon4254e5140111::ResultBuilder
349 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } in Ignore()
1169 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
1289 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()).second) in AddResult()