Searched refs:compUnit (Results 1 – 2 of 2) sorted by relevance
30 val compUnit: CompUnit, constant in com.android.tools.metalava.model.turbine.TurbineSourceFile33 override fun getHeaderComments() = getHeaderComments(compUnit.source().source()) in getHeaderComments()36 val pkgName = getPackageName(compUnit) in getHeaderComments()37 val classDecls = compUnit.decls() // Top level class declarations in getHeaderComments()44 return other is TurbineSourceFile && compUnit == other.compUnit in equals()48 return compUnit.hashCode() in hashCode()54 for (import in compUnit.imports()) { in getImports()93 lazy(LazyThreadSafetyMode.NONE) { LineMap.create(compUnit.source().source()) } in <lambda>()
47 get() = Path.of(compUnit.source().path())