Home
last modified time | relevance | path

Searched defs:getSymbolsWithAnnotation (Results 1 – 3 of 3) sorted by relevance

/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/processing/
DResolver.kt48 …fun getSymbolsWithAnnotation(annotationName: String, inDepth: Boolean = false): Sequence<KSAnnotat… method
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/
DResolverAAImpl.kt226 …override fun getSymbolsWithAnnotation(annotationName: String, inDepth: Boolean): Sequence<KSAnnota… in <lambda>() method in com.google.devtools.ksp.impl.ResolverAAImpl
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
DResolverImpl.kt303 …override fun getSymbolsWithAnnotation(annotationName: String, inDepth: Boolean): Sequence<KSAnnota… in <lambda>() method