Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp385 ArrayRef<StringRef> NestedNames = std::nullopt);
2998 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
3005 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
H A DASTImporter.cpp9632 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
9638 NestedNames.push_back(NNS); in Import()
9644 while (!NestedNames.empty()) { in Import()
9645 NNS = NestedNames.pop_back_val(); in Import()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5838 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
5843 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()
5847 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()
5848 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()
5849 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()