Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
365 ArrayRef<StringRef> NestedNames = None);2820 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument2827 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
8761 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local8767 NestedNames.push_back(NNS); in Import()8773 while (!NestedNames.empty()) { in Import()8774 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()