Uses of Class
org.eclipse.cdt.build.internal.core.scannerconfig.CfgDiscoveredPathManager.PathInfoCache

Packages that use CfgDiscoveredPathManager.PathInfoCache
org.eclipse.cdt.managedbuilder.internal.core   
 

Uses of CfgDiscoveredPathManager.PathInfoCache in org.eclipse.cdt.managedbuilder.internal.core
 

Methods in org.eclipse.cdt.managedbuilder.internal.core that return CfgDiscoveredPathManager.PathInfoCache
 CfgDiscoveredPathManager.PathInfoCache ToolChain.clearDiscoveredPathInfo()
           
 CfgDiscoveredPathManager.PathInfoCache Configuration.clearDiscoveredPathInfo()
           
 CfgDiscoveredPathManager.PathInfoCache Tool.clearDiscoveredPathInfo(IInputType type)
           
 CfgDiscoveredPathManager.PathInfoCache ToolChain.getDiscoveredPathInfo()
           
 CfgDiscoveredPathManager.PathInfoCache Configuration.getDiscoveredPathInfo()
           
 CfgDiscoveredPathManager.PathInfoCache Tool.getDiscoveredPathInfo(IInputType type)
           
 CfgDiscoveredPathManager.PathInfoCache ToolChain.setDiscoveredPathInfo(CfgDiscoveredPathManager.PathInfoCache info)
           
 CfgDiscoveredPathManager.PathInfoCache Configuration.setDiscoveredPathInfo(CfgDiscoveredPathManager.PathInfoCache info)
           
 CfgDiscoveredPathManager.PathInfoCache Tool.setDiscoveredPathInfo(IInputType type, CfgDiscoveredPathManager.PathInfoCache info)
           
 

Methods in org.eclipse.cdt.managedbuilder.internal.core with parameters of type CfgDiscoveredPathManager.PathInfoCache
 CfgDiscoveredPathManager.PathInfoCache ToolChain.setDiscoveredPathInfo(CfgDiscoveredPathManager.PathInfoCache info)
           
 CfgDiscoveredPathManager.PathInfoCache Configuration.setDiscoveredPathInfo(CfgDiscoveredPathManager.PathInfoCache info)
           
 CfgDiscoveredPathManager.PathInfoCache Tool.setDiscoveredPathInfo(IInputType type, CfgDiscoveredPathManager.PathInfoCache info)