Searched refs:NumDeclsFound (Results 1 – 2 of 2) sorted by relevance
26 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()33 NumDeclsFound = Decls.size(); in ComputeDeclsFound()34 DeclsFound = llvm::make_unique<NamedDecl *[]>(NumDeclsFound); in ComputeDeclsFound()39 if (NumDeclsFound == 0) in found_decls()43 decl_iterator(DeclsFound.get() + NumDeclsFound)); in found_decls()
159 unsigned NumDeclsFound; variable179 NumDeclsFound(0) {} in FindAmbiguities()