Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp380 ArrayRef<StringRef> NestedNames = std::nullopt);
2864 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
2871 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
H A DASTImporter.cpp9292 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
9298 NestedNames.push_back(NNS); in Import()
9304 while (!NestedNames.empty()) { in Import()
9305 NNS = NestedNames.pop_back_val(); in Import()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5734 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
5739 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()
5743 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()
5744 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()
5745 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()