Home
last modified time | relevance | path

Searched refs:getAllPreprocessorDefs (Results 1 – 7 of 7) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ProjectSaving/
H A Djucer_ProjectExporter.h244 StringPairArray getAllPreprocessorDefs() const; // includes inherited definitions
341 …StringPairArray getAllPreprocessorDefs (const BuildConfiguration& config, const build_tools::Proje…
343 StringPairArray getAllPreprocessorDefs() const;
H A Djucer_ProjectExporter.cpp409 StringPairArray ProjectExporter::getAllPreprocessorDefs (const BuildConfiguration& config, const bu… in getAllPreprocessorDefs() function in ProjectExporter
411 auto defs = mergePreprocessorDefs (config.getAllPreprocessorDefs(), in getAllPreprocessorDefs()
423 StringPairArray ProjectExporter::getAllPreprocessorDefs() const in getAllPreprocessorDefs() function in ProjectExporter
469 …return build_tools::replacePreprocessorDefs (getAllPreprocessorDefs (config, build_tools::ProjectT… in replacePreprocessorTokens()
988 StringPairArray ProjectExporter::BuildConfiguration::getAllPreprocessorDefs() const in getAllPreprocessorDefs() function in ProjectExporter::BuildConfiguration
H A Djucer_ProjectExport_Make.h157 …auto commonOptionKeys = owner.getAllPreprocessorDefs (config, build_tools::ProjectType::Target::un… in getDefines()
158 auto targetSpecific = owner.getAllPreprocessorDefs (config, type); in getDefines()
527 …result = mergePreprocessorDefs (result, getAllPreprocessorDefs (config, build_tools::ProjectType::… in getDefines()
688 …CCPreprocessorFlags (mergePreprocessorDefs (getDefines (config), getAllPreprocessorDefs (config, b… in writeDefineFlags()
H A Djucer_ProjectExport_CodeBlocks.h347 defines = mergePreprocessorDefs (defines, getAllPreprocessorDefs (config, target.type)); in getDefines()
609 … build_tools::replacePreprocessorDefs (getAllPreprocessorDefs(), path)); in createBuildTarget()
673 option = build_tools::replacePreprocessorDefs (getAllPreprocessorDefs(), option); in getProjectLinkerLibs()
H A Djucer_ProjectExport_Android.h1493 return mergePreprocessorDefs (defines, getAllPreprocessorDefs()); in getProjectPreprocessorDefs()
1498 … auto cfgDefines = getAllPreprocessorDefs (config, build_tools::ProjectType::Target::unspecified); in getConfigPreprocessorDefs()
H A Djucer_ProjectExport_Xcode.h1359 return mergePreprocessorDefs (defines, owner.getAllPreprocessorDefs (config, type)); in getConfigPreprocessorDefs()
1752 options.allPreprocessorDefs = owner.getAllPreprocessorDefs(); in writeInfoPlistFile()
H A Djucer_ProjectExport_MSVC.h1098 … defines = mergePreprocessorDefs (defines, getOwner().getAllPreprocessorDefs (config, type)); in getPreprocessorDefs()