Searched refs:compilerProps (Results 1 – 11 of 11) sorted by relevance
62 func (procMacro *procMacroDecorator) compilerProps() []interface{} { func63 return append(procMacro.baseCompiler.compilerProps(),
154 func (prebuilt *prebuiltLibraryDecorator) compilerProps() []interface{} { func155 return append(prebuilt.libraryDecorator.compilerProps(),207 func (prebuilt *prebuiltProcMacroDecorator) compilerProps() []interface{} { func208 return append(prebuilt.procMacroDecorator.compilerProps(),
110 func (benchmark *benchmarkDecorator) compilerProps() []interface{} { func111 return append(benchmark.binaryDecorator.compilerProps(), &benchmark.Properties)
117 func (binary *binaryDecorator) compilerProps() []interface{} { func118 return append(binary.baseCompiler.compilerProps(),
112 func (fuzzer *fuzzDecorator) compilerProps() []interface{} { func113 return append(fuzzer.binaryDecorator.compilerProps(),
114 func (test *testDecorator) compilerProps() []interface{} { func115 return append(test.binaryDecorator.compilerProps(), &test.Properties)
43 compilerProps() []interface{} methodSpec336 func (compiler *baseCompiler) compilerProps() []interface{} { func
469 func (library *libraryDecorator) compilerProps() []interface{} { func470 return append(library.baseCompiler.compilerProps(),
745 mod.AddProperties(mod.compiler.compilerProps()...)
278 func (compiler *baseCompiler) compilerProps() []interface{} { func
588 compilerProps() []interface{} methodSpec1243 c.AddProperties(c.compiler.compilerProps()...)