Lines Matching refs:TPCTargetConfigCache

828   TPCTargetConfigCache = class(TComponent)  class
863 function Equals(Item: TPCTargetConfigCache; in Equals()
906 CreateIfNotExists: boolean): TPCTargetConfigCache;
985 FConfigCache: TPCTargetConfigCache;
1016 function GetConfigCache(AutoUpdate: boolean): TPCTargetConfigCache; in GetConfigCache()
1176 function CreateFPCTemplate(Config: TPCTargetConfigCache; in CreateFPCTemplate()
2345 function CreateFPCTemplate(Config: TPCTargetConfigCache; Owner: TObject): TDefineTemplate; in CreateFPCTemplate()
3562 Item1: TPCTargetConfigCache absolute CacheItem1;
3563 Item2: TPCTargetConfigCache absolute CacheItem2;
9602 constructor TPCTargetConfigCache.Create(AOwner: TComponent);
9611 destructor TPCTargetConfigCache.Destroy;
9618 procedure TPCTargetConfigCache.Clear;
9644 function TPCTargetConfigCache.Equals(Item: TPCTargetConfigCache; in Equals()
9743 procedure TPCTargetConfigCache.Assign(Source: TPersistent);
9745 Item: TPCTargetConfigCache;
9771 if Source is TPCTargetConfigCache then begin
9772 Item:=TPCTargetConfigCache(Source);
9830 procedure TPCTargetConfigCache.LoadFromXMLConfig(XMLConfig: TXMLConfig;
10016 procedure TPCTargetConfigCache.SaveToXMLConfig(XMLConfig: TXMLConfig;
10201 procedure TPCTargetConfigCache.LoadFromFile(Filename: string);
10213 procedure TPCTargetConfigCache.SaveToFile(Filename: string);
10225 function TPCTargetConfigCache.NeedsUpdate: boolean; in TPCTargetConfigCache.NeedsUpdate()
10277 function TPCTargetConfigCache.GetFPCInfoCmdLineOptions(ExtraOptions: string in GetFPCInfoCmdLineOptions()
10290 procedure TPCTargetConfigCache.IncreaseChangeStamp;
10297 function TPCTargetConfigCache.Update(TestFilename: string; in TPCTargetConfigCache.Update()
10311 OldOptions: TPCTargetConfigCache;
10322 OldOptions:=TPCTargetConfigCache.Create(nil);
10451 function TPCTargetConfigCache.FindDefaultTargetCPUCompiler(aTargetCPU: string; in FindDefaultTargetCPUCompiler()
10513 function TPCTargetConfigCache.GetUnitPaths: string; in GetUnitPaths()
10521 function TPCTargetConfigCache.GetFPCVerNumbers(out FPCVersion, FPCRelease, in GetFPCVerNumbers()
10537 function TPCTargetConfigCache.GetFPCVer: string; in TPCTargetConfigCache.GetFPCVer()
10549 function TPCTargetConfigCache.GetFPC_FULLVERSION: integer; in GetFPC_FULLVERSION()
10559 function TPCTargetConfigCache.IndexOfUsedCfgFile: integer; in IndexOfUsedCfgFile()
10594 Item1: TPCTargetConfigCache;
10595 Item2: TPCTargetConfigCache;
10602 Item1:=TPCTargetConfigCache(Node1.Data);
10603 Item2:=TPCTargetConfigCache(Node2.Data);
10615 SrcItem: TPCTargetConfigCache;
10616 NewItem: TPCTargetConfigCache;
10624 SrcItem:=TPCTargetConfigCache(Node.Data);
10625 NewItem:=TPCTargetConfigCache.Create(Self);
10640 Item: TPCTargetConfigCache;
10645 Item:=TPCTargetConfigCache.Create(Self);
10659 Item: TPCTargetConfigCache;
10665 Item:=TPCTargetConfigCache(Node.Data);
10704 ): TPCTargetConfigCache;
10707 Cmp: TPCTargetConfigCache;
10709 Cmp:=TPCTargetConfigCache.Create(Self);
10717 Result:=TPCTargetConfigCache(Node.Data);
10734 Cfg: TPCTargetConfigCache;
10751 CfgCache: TPCTargetConfigCache;
10759 CfgCache:=TPCTargetConfigCache(Node.Data);
11347 CfgCache: TPCTargetConfigCache;
11591 ): TPCTargetConfigCache; in TFPCUnitSetCache.GetConfigCache()
11623 Cfg: TPCTargetConfigCache;
11654 ConfigCache: TPCTargetConfigCache;
11718 ConfigCache: TPCTargetConfigCache;
11775 ConfigCache: TPCTargetConfigCache;
11804 Cfg: TPCTargetConfigCache;
11823 Cfg: TPCTargetConfigCache;
11843 Cfg: TPCTargetConfigCache;