Searched refs:compilerProps (Results 1 – 9 of 9) sorted by relevance
59 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func60 return append(procMacro.baseCompiler.compilerProps(),
80 func (test *testDecorator) compilerProps() []interface{} { func81 return append(test.binaryDecorator.compilerProps(), &test.Properties)
90 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func91 return append(prebuilt.libraryDecorator.compilerProps(),
97 func (binary *binaryDecorator) compilerProps() []interface{} { func98 return append(binary.baseCompiler.compilerProps(),
333 func (library *libraryDecorator) compilerProps() []interface{} { func334 return append(library.baseCompiler.compilerProps(),
133 func (compiler *baseCompiler) compilerProps() []interface{} { func
278 compilerProps() []interface{} methodSpec527 mod.AddProperties(mod.compiler.compilerProps()...)
234 func (compiler *baseCompiler) compilerProps() []interface{} { func
382 compilerProps() []interface{} methodSpec797 c.AddProperties(c.compiler.compilerProps()...)