Home
last modified time | relevance | path

Searched defs:procMacroDecorator (Results 1 – 1 of 1) sorted by relevance

/build/soong/rust/
Dproc_macro.go28 type procMacroDecorator struct { struct
29 *baseCompiler
30 *flagExporter
32 Properties ProcMacroCompilerProperties
61 func (procMacro *procMacroDecorator) compilerProps() []interface{} {
66 …rocMacro *procMacroDecorator) compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path {
75 func (procMacro *procMacroDecorator) getStem(ctx ModuleContext) string {
82 func (procMacro *procMacroDecorator) autoDep(ctx android.BottomUpMutatorContext) autoDep {
86 func (procMacro *procMacroDecorator) everInstallable() bool {