Searched refs:addDirective (Results 1 – 9 of 9) sorted by relevance
191 .addDirective("requires transitive java.desktop;") in fluentInterface()192 .addDirective("exports com.laamella.base.entity.channel;") in fluentInterface()193 … .addDirective("exports com.laamella.base.entity.channel.internal to com.laamella.core;") in fluentInterface()194 .addDirective("uses com.laamella.base.util.internal.FactoryDelegate;"); in fluentInterface()204 .addDirective(new ModuleExportsDirective() in fluentInterface()
203 public ModuleDeclaration addDirective(String directive) { in addDirective() method in ModuleDeclaration204 return addDirective(parseModuleDirective(directive)); in addDirective()207 public ModuleDeclaration addDirective(ModuleDirective directive) { in addDirective() method in ModuleDeclaration
153 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective() function
155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective() function
117 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
114 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
114 getAssembler().getLOHContainer().addDirective(Kind, Args); in emitLOHDirective()
369 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective() function in VerifyDiagnosticConsumer::MarkerTracker655 Markers.addDirective(Marker, D); in ParseDirective()