Searched defs:NestedNames (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriter.cpp5018 SmallVector<NestedNameSpecifier *, 8> NestedNames; local
5022 NestedNames.push_back(NNS);
5026 Record.push_back(NestedNames.size());
5027 while(!NestedNames.empty()) {
5028 NNS = NestedNames.pop_back_val();
5061 SmallVector<NestedNameSpecifierLoc , 8> NestedNames; local
5066 NestedNames.push_back(NNS);
5070 Record.push_back(NestedNames.size());
5071 while(!NestedNames.empty()) {
5072 NNS = NestedNames
[all...]

Completed in 235 milliseconds