Searched refs:nestedNames (Results 1 – 1 of 1) sorted by relevance
231 SmallVector<NestedNameSpecifier *, 8> nestedNames; in writeNestedNameSpecifier() local235 nestedNames.push_back(NNS); in writeNestedNameSpecifier()239 asImpl().writeUInt32(nestedNames.size()); in writeNestedNameSpecifier()240 while (!nestedNames.empty()) { in writeNestedNameSpecifier()241 NNS = nestedNames.pop_back_val(); in writeNestedNameSpecifier()