Searched refs:adoptedLevels (Results 1 – 2 of 2) sorted by relevance
437 assert(adoptedLevels == copyOf.adoptedLevels); in copyTable()442 for (unsigned int i = copyOf.adoptedLevels; i < copyOf.table.size(); ++i) in copyTable()
580 …lTable() : uniqueId(0), noBuiltInRedeclarations(false), separateNameSpaces(false), adoptedLevels(0) in TSymbolTable()591 while (table.size() > adoptedLevels) in ~TSymbolTable()599 ++adoptedLevels; in adoptLevels()880 unsigned int adoptedLevels; variable