Searched refs:ForEachTypeSystem (Results 1 – 3 of 3) sorted by relevance
276 module->ForEachTypeSystem([&](lldb::TypeSystemSP ts) { in ReportStatistics()
821 void ForEachTypeSystem(llvm::function_ref<bool(lldb::TypeSystemSP)> callback);
373 void Module::ForEachTypeSystem( in ForEachTypeSystem() function in Module