Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
398 ArrayRef<StringRef> NestedNames = {});3265 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument3272 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
10101 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local10107 NestedNames.push_back(NNS); in Import()10113 while (!NestedNames.empty()) { in Import()10114 NNS = NestedNames.pop_back_val(); in Import()
7050 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local7055 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()7059 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()7060 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()7061 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()