Home
last modified time | relevance | path

Searched refs:addDirective (Results 1 – 9 of 9) sorted by relevance

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/modules/
DModuleDeclarationTest.java191 .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()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/
DModuleDeclaration.java203 public ModuleDeclaration addDirective(String directive) { in addDirective() method in ModuleDeclaration
204 return addDirective(parseModuleDirective(directive)); in addDirective()
207 public ModuleDeclaration addDirective(ModuleDirective directive) { in addDirective() method in ModuleDeclaration
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h153 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective() function
/external/llvm-project/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective() function
/external/llvm/lib/MC/
DMCMachOStreamer.cpp117 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCMachOStreamer.cpp114 getAssembler().getLOHContainer().addDirective(Kind, Args); in EmitLOHDirective()
/external/llvm-project/llvm/lib/MC/
DMCMachOStreamer.cpp114 getAssembler().getLOHContainer().addDirective(Kind, Args); in emitLOHDirective()
/external/llvm-project/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp369 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective() function in VerifyDiagnosticConsumer::MarkerTracker
655 Markers.addDirective(Marker, D); in ParseDirective()