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