Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
396 ArrayRef<StringRef> NestedNames = std::nullopt);3134 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument3141 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
9726 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local9732 NestedNames.push_back(NNS); in Import()9738 while (!NestedNames.empty()) { in Import()9739 NNS = NestedNames.pop_back_val(); in Import()
6397 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local6402 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()6406 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()6407 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()6408 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()