Searched defs:TypeIdx (Results 1 – 2 of 2) sorted by relevance
86 TypeIdx() : Idx(0) { } in TypeIdx() function87 explicit TypeIdx(uint32_t index) : Idx(index) { } in TypeIdx() function
1782 for (unsigned TypeIdx = 0, NumTypes = NestedTypes.size(); TypeIdx != NumTypes; in MatchTemplateParametersToScopeSpecifier() local