Searched refs:processorPath (Results 1 – 4 of 4) sorted by relevance
268 processorPath classpath member324 deps = append(deps, flags.processorPath...)350 "processorpath": flags.processorPath.FormJavaClassPath("-processorpath"),425 deps = append(deps, flags.processorPath...)426 turbineFlags += " " + flags.processorPath.FormTurbineClassPath("--processorpath ")494 deps = append(deps, flags.processorPath...)524 "processorpath": flags.processorPath.FormJavaClassPath("-processorpath"),
179 deps = append(deps, flags.processorPath...)189 …kaptProcessorPath := flags.processorPath.FormRepeatedClassPath("-P plugin:org.jetbrains.kotlin.kap…
879 flags.processorPath = append(flags.processorPath, deps.processorPath...)1111 if len(flags.processorPath) > 0 {1119 flags.processorPath = nil1539 flags.processorPath = append(flags.errorProneProcessorPath, flags.processorPath...)2020 deps.processorPath = append(deps.processorPath, pluginJars...)
464 processorPath classpath member