Searched refs:adoptedLevels (Results 1 – 2 of 2) sorted by relevance
468 assert(adoptedLevels == copyOf.adoptedLevels); in copyTable()473 for (unsigned int i = copyOf.adoptedLevels; i < copyOf.table.size(); ++i) in copyTable()
613 …lTable() : uniqueId(0), noBuiltInRedeclarations(false), separateNameSpaces(false), adoptedLevels(0) in TSymbolTable()624 while (table.size() > adoptedLevels) in ~TSymbolTable()632 ++adoptedLevels; in adoptLevels()951 unsigned int adoptedLevels; variable