Home
last modified time | relevance | path

Searched refs:NestedNames (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftMangle.cpp379 ArrayRef<StringRef> NestedNames = None);
2857 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
2864 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
H A DASTImporter.cpp9140 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
9146 NestedNames.push_back(NNS); in Import()
9152 while (!NestedNames.empty()) { in Import()
9153 NNS = NestedNames.pop_back_val(); in Import()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp5562 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
5567 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()