Home
last modified time | relevance | path

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

/build/soong/rust/
Dproc_macro.go59 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func
60 return append(procMacro.baseCompiler.compilerProps(),
Dtest.go80 func (test *testDecorator) compilerProps() []interface{} { func
81 return append(test.binaryDecorator.compilerProps(), &test.Properties)
Dprebuilt.go90 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func
91 return append(prebuilt.libraryDecorator.compilerProps(),
Dbinary.go97 func (binary *binaryDecorator) compilerProps() []interface{} { func
98 return append(binary.baseCompiler.compilerProps(),
Dlibrary.go333 func (library *libraryDecorator) compilerProps() []interface{} { func
334 return append(library.baseCompiler.compilerProps(),
Dcompiler.go133 func (compiler *baseCompiler) compilerProps() []interface{} { func
Drust.go278 compilerProps() []interface{} methodSpec
527 mod.AddProperties(mod.compiler.compilerProps()...)
/build/soong/cc/
Dcompiler.go234 func (compiler *baseCompiler) compilerProps() []interface{} { func
Dcc.go382 compilerProps() []interface{} methodSpec
797 c.AddProperties(c.compiler.compilerProps()...)