Searched refs:DeclsFound (Results 1 – 2 of 2) sorted by relevance
158 NamedDecl **DeclsFound; variable181 DeclsFound(nullptr), NumDeclsFound(0) { } in FindAmbiguities()183 ~CXXBasePaths() { delete [] DeclsFound; } in ~CXXBasePaths()
26 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()34 DeclsFound = new NamedDecl * [NumDeclsFound]; in ComputeDeclsFound()35 std::copy(Decls.begin(), Decls.end(), DeclsFound); in ComputeDeclsFound()42 return decl_range(decl_iterator(DeclsFound), in found_decls()43 decl_iterator(DeclsFound + NumDeclsFound)); in found_decls()