Searched refs:declaration (Results 1 – 3 of 3) sorted by relevance
160 val ktProperties = sourcePsi.declarations.filter { declaration -> in <lambda>() method161 declaration is KtProperty && declaration.isPublic && !declaration.isVar && in <lambda>()162 !declaration.hasModifier(KtTokens.CONST_KEYWORD) && in <lambda>()163 declaration.annotationEntries.none { annotationEntry -> in <lambda>()
629 // logical declaration is spread out across multiple places. The most633 // example, the "extendee" of an extension declaration appears at the638 // both a type and a field in a single declaration. Thus, the locations666 // this path refers to the whole field declaration (from the beginning677 // If this SourceCodeInfo represents a complete declaration, these are any678 // comments appearing before and after the declaration which appear to be679 // attached to the declaration.
285 name (and included if the property declaration uses special annotations to name