Home
last modified time | relevance | path

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

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/
DAppFunctionCompiler.kt47 val deferred = shouldDeferAllProcessing(resolver) in process()
71 private fun shouldDeferAllProcessing(resolver: Resolver): List<KSAnnotated> { in shouldDeferAllProcessing() method