Home
last modified time | relevance | path

Searched refs:DUPLICATE_DECLARATION (Results 1 – 4 of 4) sorted by relevance

/external/turbine/java/com/google/turbine/diag/
DTurbineError.java48 DUPLICATE_DECLARATION("duplicate declaration of %s"), enumConstant
/external/turbine/java/com/google/turbine/binder/
DCompUnitPreprocessor.java141 source, member.position(), ErrorKind.DUPLICATE_DECLARATION, sym); in preprocessChildren()
DBinder.java146 unit.source(), type.decl().position(), ErrorKind.DUPLICATE_DECLARATION, type.sym()); in bindSourceBoundClasses()
DTypeBinder.java529 log.error(member.position(), ErrorKind.DUPLICATE_DECLARATION, "field: " + field.name()); in bindFields()