Searched refs:NumDeclsFound (Results 1 – 2 of 2) sorted by relevance
40 assert(NumDeclsFound == 0 && !DeclsFound && in ComputeDeclsFound()47 NumDeclsFound = Decls.size(); in ComputeDeclsFound()48 DeclsFound = llvm::make_unique<NamedDecl *[]>(NumDeclsFound); in ComputeDeclsFound()53 if (NumDeclsFound == 0) in found_decls()57 decl_iterator(DeclsFound.get() + NumDeclsFound)); in found_decls()
157 unsigned NumDeclsFound = 0; variable