Searched refs:lintCommon (Results 1 – 1 of 1) sorted by relevance
27 lintCommon(field.position(), field.comment().tags()); in lintField()70 lintCommon(method.position(), method.comment().tags()); in lintMethod()71 lintCommon(method.position(), method.returnTags().tags()); in lintMethod()120 lintCommon(position, tag); in lintParameter()160 private static void lintCommon(SourcePositionInfo pos, TagInfo... tags) { in lintCommon() method in AndroidLinter