Searched refs:isGlobalLevel (Results 1 – 1 of 1) sorted by relevance
652 static bool isGlobalLevel(int level) { return level <= globalLevel; } // include user globals in isGlobalLevel() function656 bool atGlobalLevel() { return isGlobalLevel(currentLevel()); } in atGlobalLevel()801 …*currentScope = isGlobalLevel(currentLevel()) || level == currentLevel(); // consider shared leve…