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 = new NamedDecl * [NumDeclsFound]; in ComputeDeclsFound()39 if (NumDeclsFound == 0) in found_decls()43 decl_iterator(DeclsFound + NumDeclsFound)); in found_decls()
159 unsigned NumDeclsFound; variable181 DeclsFound(nullptr), NumDeclsFound(0) { } in FindAmbiguities()