Home
last modified time | relevance | path

Searched defs:KSFile (Results 1 – 2 of 2) sorted by relevance

/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
DKSFile.kt22 interface KSFile : KSDeclarationContainer, KSAnnotated { interface
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
DIncremental.kt224 private val KSFile.relativeFile in toPath() constant