Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
365 ArrayRef<StringRef> NestedNames = None);2817 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument2824 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
8632 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local8638 NestedNames.push_back(NNS); in Import()8644 while (!NestedNames.empty()) { in Import()8645 NNS = NestedNames.pop_back_val(); in Import()
5366 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local5371 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()5375 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()5376 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()5377 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()