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