Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp365 ArrayRef<StringRef> NestedNames = None);
2820 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
2827 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
H A DASTImporter.cpp8761 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
8767 NestedNames.push_back(NNS); in Import()
8773 while (!NestedNames.empty()) { in Import()
8774 NNS = NestedNames.pop_back_val(); in Import()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5366 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
5371 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()
5375 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()
5376 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()
5377 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()