Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
313 ArrayRef<StringRef> NestedNames = None);2438 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument2445 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
7969 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local7975 NestedNames.push_back(NNS); in Import()7981 while (!NestedNames.empty()) { in Import()7982 NNS = NestedNames.pop_back_val(); in Import()
5710 SmallVector<NestedNameSpecifier *, 8> NestedNames; in AddNestedNameSpecifier() local5714 NestedNames.push_back(NNS); in AddNestedNameSpecifier()5718 Record->push_back(NestedNames.size()); in AddNestedNameSpecifier()5719 while(!NestedNames.empty()) { in AddNestedNameSpecifier()5720 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifier()5756 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local5761 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()5765 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()5766 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()5767 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()