Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
385 ArrayRef<StringRef> NestedNames = std::nullopt);2998 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument3005 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
9632 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local9638 NestedNames.push_back(NNS); in Import()9644 while (!NestedNames.empty()) { in Import()9645 NNS = NestedNames.pop_back_val(); in Import()
5838 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local5843 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()5847 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()5848 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()5849 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()