Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
380 ArrayRef<StringRef> NestedNames = std::nullopt);2864 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument2871 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
9292 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local9298 NestedNames.push_back(NNS); in Import()9304 while (!NestedNames.empty()) { in Import()9305 NNS = NestedNames.pop_back_val(); in Import()
5734 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local5739 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()5743 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()5744 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()5745 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()