Searched refs:NestedNames (Results 1 – 5 of 5) sorted by relevance
5169 SmallVector<NestedNameSpecifier *, 8> NestedNames; in AddNestedNameSpecifier() local5173 NestedNames.push_back(NNS); in AddNestedNameSpecifier()5177 Record->push_back(NestedNames.size()); in AddNestedNameSpecifier()5178 while(!NestedNames.empty()) { in AddNestedNameSpecifier()5179 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifier()5215 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local5220 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()5224 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()5225 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()5226 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()
306 ArrayRef<StringRef> NestedNames = None);2075 TagTypeKind TK, StringRef UnqualifiedName, ArrayRef<StringRef> NestedNames) { in mangleArtificalTagType() argument2082 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificalTagType()
324 ArrayRef<StringRef> NestedNames = None);2705 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument2712 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
8465 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local8471 NestedNames.push_back(NNS); in Import()8477 while (!NestedNames.empty()) { in Import()8478 NNS = NestedNames.pop_back_val(); in Import()
5589 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local5594 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()5598 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()5599 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()5600 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()