Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineFileLocation.kt50 fun forTree(sourceFile: TurbineSourceFile?): FileLocation { in forTree() method
56 fun forTree(sourceFile: TurbineSourceFile, tree: Tree?): FileLocation { in forTree() method
65 fun forTree(classItem: ClassItem, tree: Tree?): FileLocation { in forTree() method