Searched refs:annotated (Results 1 – 7 of 7) sorted by relevance
| /room/room-compiler-processing/src/main/java/androidx/room/compiler/processing/ksp/ |
| D | KSTypeVarianceResolverScope.kt | 28 val annotated: KSAnnotated, constant in androidx.room.compiler.processing.ksp.KSTypeVarianceResolverScope 37 annotated.isInKotlinCode() || container?.isInKotlinCode() == true in <lambda>() 46 is PropertyGetterMethodReturnType -> annotated.parent?.parent as? KSAnnotated in <lambda>() 47 else -> annotated in <lambda>() 79 annotated: KSAnnotated, 82 ) : KSTypeVarianceResolverScope(annotated, container, asMemberOf) { 94 annotated = setterMethod.accessor, in declarationType() 112 annotated = getterMethod.accessor, 130 annotated = field.declaration, in isValOrReturnType() 144 annotated = method.declaration,
|
| D | KspExecutableParameterElement.kt | 93 annotated = parameter.type, in createAsMemberOf()
|
| /room/room-testing/api/ |
| D | api_lint.ignore | 3 …A Kotlin method with default parameter values should be annotated with @JvmOverloads for better Ja…
|
| /room/room-compiler/src/main/kotlin/androidx/room/processor/ |
| D | Context.kt | 248 return hasAnnotation(RewriteQueriesToDropUnusedColumns::class).also { annotated -> in <lambda>() method 249 if (annotated && BooleanProcessorOptions.EXPAND_PROJECTION.getValue(processingEnv)) { in <lambda>()
|
| /room/room-compiler-processing/src/main/java/androidx/room/compiler/processing/ksp/synthetic/ |
| D | KspSyntheticReceiverParameterElement.kt | 104 annotated = enclosingElement.declaration, in <lambda>()
|
| D | KspSyntheticContinuationParameterElement.kt | 120 annotated = enclosingElement.declaration, in createAsMemberOf()
|
| /room/room-compiler-processing/ |
| D | README.md | 42 To find annotated elements, you need to subclass the
|