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