Searched refs:importText (Results 1 – 2 of 2) sorted by relevance
52 val importText = importStatement.importReference?.asSourceString() ?: return in <lambda>() constant53 if (ILLEGAL_IMPORT == importText) { in <lambda>()
71 val importText = importStatement.importReference?.asSourceString() ?: return in <lambda>() constant72 val importedLayer = matchingLayer(importText) ?: return in <lambda>()