Searched refs:DeclsFound (Results 1 – 2 of 2) sorted by relevance
26 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()34 DeclsFound = llvm::make_unique<NamedDecl *[]>(NumDeclsFound); in ComputeDeclsFound()35 std::copy(Decls.begin(), Decls.end(), DeclsFound.get()); in ComputeDeclsFound()42 return decl_range(decl_iterator(DeclsFound.get()), in found_decls()43 decl_iterator(DeclsFound.get() + NumDeclsFound)); in found_decls()
158 std::unique_ptr<NamedDecl *[]> DeclsFound; variable