Searched refs:CurrentDebugType (Results 1 – 1 of 1) sorted by relevance
45 static ManagedStatic<std::vector<std::string>> CurrentDebugType; variable51 if (CurrentDebugType->empty()) in isCurrentDebugType()55 for (auto &d : *CurrentDebugType) { in isCurrentDebugType()73 CurrentDebugType->clear(); in setCurrentDebugTypes()75 CurrentDebugType->push_back(Types[T]); in setCurrentDebugTypes()108 CurrentDebugType->push_back(std::string(dbgType)); in operator =()