Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance
379 ArrayRef<StringRef> NestedNames = None);2857 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument2864 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
9140 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local9146 NestedNames.push_back(NNS); in Import()9152 while (!NestedNames.empty()) { in Import()9153 NNS = NestedNames.pop_back_val(); in Import()
5562 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local5567 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()5571 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()5572 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()5573 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()