Home
last modified time | relevance | path

Searched refs:cltInfo (Results 1 – 11 of 11) sorted by relevance

/dports/devel/fpc-fcl-base/fpc-3.2.2/packages/fcl-base/src/
H A Dpascodegen.pp11 TCodegenLogType = (cltInfo);
38 Procedure DoLog(Const Msg : String; AType : TCodegenLogType = cltInfo);
39 Procedure DoLog(Const Fmt : String; Args : Array of const; AType : TCodegenLogType = cltInfo);
/dports/lang/fpc/fpc-3.2.2/packages/fcl-base/src/
H A Dpascodegen.pp11 TCodegenLogType = (cltInfo);
38 Procedure DoLog(Const Msg : String; AType : TCodegenLogType = cltInfo);
39 Procedure DoLog(Const Fmt : String; Args : Array of const; AType : TCodegenLogType = cltInfo);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-base/src/
H A Dpascodegen.pp11 TCodegenLogType = (cltInfo);
38 Procedure DoLog(Const Msg : String; AType : TCodegenLogType = cltInfo);
39 Procedure DoLog(Const Fmt : String; Args : Array of const; AType : TCodegenLogType = cltInfo);
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h71 cltInfo enumerator
/dports/lang/fpc-source/fpc-3.2.2/packages/googleapi/examples/generator/
H A Dgoogleapiconv.pp125 ConversionLog(Self,cltInfo,'Downloading: '+URL);
380 … ConversionLog(Self,cltInfo,Format('Converting service "%s" to unit: %s',[O.get('name'),LFN]));
/dports/www/fpc-googleapi/fpc-3.2.2/packages/googleapi/examples/generator/
H A Dgoogleapiconv.pp125 ConversionLog(Self,cltInfo,'Downloading: '+URL);
380 … ConversionLog(Self,cltInfo,Format('Converting service "%s" to unit: %s',[O.get('name'),LFN]));
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dadvancedcompileroptionsdlg.cpp481 : (clt == cltInfo ? _("Info") in OnRegexTest()
H A Dcompilergcc.cpp1350 … LogMessage(wxString(_("Set variable: ")) + CB_LIBRARY_ENVVAR wxT("=") + newLibPath, cltInfo); in DoRunQueue()
2929 LogMessage(_("Aborting build..."), cltInfo, ltMessages); in KillProcess()
H A Dcompileroptionsdlg.cpp1402 else if (regexes[i].lt == cltInfo) in DoSaveCompilerDefinition()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiler.cpp1157 clt = cltInfo; in LoadRegExArray()
/dports/devel/codeblocks/codeblocks-20.03/
H A DChangeLog9964 svn4124:  - cltInfo follow up
10032 svn4111:  Added new compiler output parsing level: cltInfo (fixes