Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCodeComplete.cpp59 llvm::SmallPtrSet<const Decl*, 16> AllDeclsFound; member in __anonaebf90eb0111::ResultBuilder
317 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } in Ignore()
913 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
976 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()).second) in AddResult()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp80 llvm::SmallPtrSet<const Decl *, 16> AllDeclsFound; member in __anon2f121f790111::ResultBuilder
349 void Ignore(const Decl *D) { AllDeclsFound.insert(D->getCanonicalDecl()); } in Ignore()
1140 if (!AllDeclsFound.insert(CanonDecl).second) in MaybeAddResult()
1260 if (!AllDeclsFound.insert(R.Declaration->getCanonicalDecl()).second) in AddResult()