Searched refs:compilerProps (Results 1 – 10 of 10) sorted by relevance
61 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func62 return append(procMacro.baseCompiler.compilerProps(),
110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { func111 return append(benchmark.binaryDecorator.compilerProps(), &benchmark.Properties)
90 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func91 return append(prebuilt.libraryDecorator.compilerProps(),
107 func (test *testDecorator) compilerProps() []interface{} { func108 return append(test.binaryDecorator.compilerProps(), &test.Properties)
89 func (fuzzer *fuzzDecorator) compilerProps() []interface{} { func90 return append(fuzzer.binaryDecorator.compilerProps(),
396 func (library *libraryDecorator) compilerProps() []interface{} { func397 return append(library.baseCompiler.compilerProps(),
212 func (compiler *baseCompiler) compilerProps() []interface{} { func
402 compilerProps() []interface{} methodSpec638 mod.AddProperties(mod.compiler.compilerProps()...)
223 for _, props := range module.compiler.compilerProps() {
255 func (compiler *baseCompiler) compilerProps() []interface{} { func