Searched refs:adoptedLevels (Results 1 – 2 of 2) sorted by relevance
380 assert(adoptedLevels == copyOf.adoptedLevels); in copyTable()385 for (unsigned int i = copyOf.adoptedLevels; i < copyOf.table.size(); ++i) in copyTable()
542 …lTable() : uniqueId(0), noBuiltInRedeclarations(false), separateNameSpaces(false), adoptedLevels(0) in TSymbolTable()553 while (table.size() > adoptedLevels) in ~TSymbolTable()561 ++adoptedLevels; in adoptLevels()821 unsigned int adoptedLevels; variable