Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp398 ArrayRef<StringRef> NestedNames = {});
3265 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
3272 for (StringRef N : llvm::reverse(NestedNames)) in mangleArtificialTagType()
H A DASTImporter.cpp10101 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
10107 NestedNames.push_back(NNS); in Import()
10113 while (!NestedNames.empty()) { in Import()
10114 NNS = NestedNames.pop_back_val(); in Import()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7050 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
7055 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()
7059 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()
7060 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()
7061 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()