Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp365 ArrayRef<StringRef> NestedNames = None);
2817 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
2824 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
H A DASTImporter.cpp8632 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
8638 NestedNames.push_back(NNS); in Import()
8644 while (!NestedNames.empty()) { in Import()
8645 NNS = NestedNames.pop_back_val(); in Import()
/netbsd-src/external/apache2/llvm/dist/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()