Searched refs:NumDeclsFound (Results 1 – 2 of 2) sorted by relevance
24 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()32 NumDeclsFound = Decls.size(); in ComputeDeclsFound()33 DeclsFound = new NamedDecl * [NumDeclsFound]; in ComputeDeclsFound()38 if (NumDeclsFound == 0) in found_decls_begin()44 if (NumDeclsFound == 0) in found_decls_end()46 return DeclsFound + NumDeclsFound; in found_decls_end()
160 unsigned NumDeclsFound; variable182 NumDeclsFound(0) { } in FindAmbiguities()