Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriter.cpp5169 SmallVector<NestedNameSpecifier *, 8> NestedNames; in AddNestedNameSpecifier() local
5173 NestedNames.push_back(NNS); in AddNestedNameSpecifier()
5177 Record->push_back(NestedNames.size()); in AddNestedNameSpecifier()
5178 while(!NestedNames.empty()) { in AddNestedNameSpecifier()
5179 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifier()
5215 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
5220 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()
5224 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()
5225 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()
5226 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()
/external/clang/lib/AST/
DMicrosoftMangle.cpp306 ArrayRef<StringRef> NestedNames = None);
2075 TagTypeKind TK, StringRef UnqualifiedName, ArrayRef<StringRef> NestedNames) { in mangleArtificalTagType() argument
2082 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificalTagType()
/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp324 ArrayRef<StringRef> NestedNames = None);
2705 ArrayRef<StringRef> NestedNames) { in mangleArtificialTagType() argument
2712 for (auto I = NestedNames.rbegin(), E = NestedNames.rend(); I != E; ++I) in mangleArtificialTagType()
DASTImporter.cpp8465 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in Import() local
8471 NestedNames.push_back(NNS); in Import()
8477 while (!NestedNames.empty()) { in Import()
8478 NNS = NestedNames.pop_back_val(); in Import()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5589 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; in AddNestedNameSpecifierLoc() local
5594 NestedNames.push_back(NNS); in AddNestedNameSpecifierLoc()
5598 Record->push_back(NestedNames.size()); in AddNestedNameSpecifierLoc()
5599 while(!NestedNames.empty()) { in AddNestedNameSpecifierLoc()
5600 NNS = NestedNames.pop_back_val(); in AddNestedNameSpecifierLoc()