Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h236 SmallVector<NestedNameSpecifier *, 8> nestedNames; in writeNestedNameSpecifier() local
240 nestedNames.push_back(NNS); in writeNestedNameSpecifier()
244 asImpl().writeUInt32(nestedNames.size()); in writeNestedNameSpecifier()
245 while (!nestedNames.empty()) { in writeNestedNameSpecifier()
246 NNS = nestedNames.pop_back_val(); in writeNestedNameSpecifier()