Searched refs:SlotsToCheck (Results 1 – 2 of 2) sorted by relevance
77 unsigned SlotsToCheck = NumArgs > 0 ? NumArgs : 1; in AddDeclarationNameImpl() local78 for (unsigned i = 0; i < SlotsToCheck; ++i) { in AddDeclarationNameImpl()
2187 unsigned SlotsToCheck = NumArgs > 0 ? NumArgs : 1; in IsStructurallyEquivalent() local2188 for (unsigned I = 0; I < SlotsToCheck; ++I) { in IsStructurallyEquivalent()