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