Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp313 ArrayRef<StringRef> NestedNames = None);
2438 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
2445 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
H A DASTImporter.cpp7969 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
7975 NestedNames.push_back(NNS); in Import()
7981 while (!NestedNames.empty()) { in Import()
7982 NNS = NestedNames.pop_back_val(); in Import()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5710 SmallVector<NestedNameSpecifier *, 8> NestedNames; in AddNestedNameSpecifier() local
5714 NestedNames.push_back(NNS); in AddNestedNameSpecifier()
5718 Record->push_back(NestedNames.size()); in AddNestedNameSpecifier()
5719 while(!NestedNames.empty()) { in AddNestedNameSpecifier()
5720 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifier()
5756 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
5761 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()
5765 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()
5766 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()
5767 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()