Home
last modified time | relevance | path

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

/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/
DKSClassifierReferenceJavaImpl.kt22 import com.google.devtools.ksp.symbol.impl.getInstanceForCurrentRound
34 val curParent = getInstanceForCurrentRound(parent) as KSTypeReference in getCached()
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
DKSTypeReferenceDeferredImpl.kt32 import com.google.devtools.ksp.symbol.impl.getInstanceForCurrentRound
40 val currentParent = parent.getInstanceForCurrentRound() as KSDeclaration in getCached()
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/
Dutils.kt239 internal fun getInstanceForCurrentRound(node: KSNode): KSNode? { in getInstanceForCurrentRound() method
263 …eReferenceJavaImpl.getCached(node.psi, (node.parent as? KSAnnotated)?.getInstanceForCurrentRound()) in getInstanceForCurrentRound()
273 …KSValueArgumentJavaImpl.getCached(node.name, node.value, getInstanceForCurrentRound(node.parent!!)) in getInstanceForCurrentRound()
279 internal fun KSAnnotated.getInstanceForCurrentRound(): KSAnnotated? = getInstanceForCurrentRound(th… in getInstanceForCurrentRound() method
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/processing/impl/
DResolverImpl.kt31 import com.google.devtools.ksp.symbol.impl.getInstanceForCurrentRound in <lambda>()
333 deferredSymbols.values.flatten().mapNotNull { it.getInstanceForCurrentRound() } in <lambda>()