Lines Matching refs:getLoc
115 PrintFatalError(creationRule.getLoc(), in ASTPropsEmitter()
129 PrintFatalError(overrideRule.getLoc(), in ASTPropsEmitter()
143 PrintFatalError(helperRule.getLoc(), in ASTPropsEmitter()
166 PrintFatalError(kindRule.getLoc(), in ASTPropsEmitter()
316 PrintError(existingProperty.getLoc(), in validateNode()
319 PrintNote(property.getLoc(), "existing property"); in validateNode()
329 PrintError(type.getLoc(), in validateType()
331 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
339 PrintError(valueType.getLoc(), in validateType()
341 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
343 PrintError(valueType.getLoc(), in validateType()
345 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
348 PrintError(type.getLoc(), "unknown generic property type"); in validateType()
349 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
435 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
444 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
460 PrintFatalError(nodeInfo.Creator.getLoc(), in emitPropertiedReaderWriterBody()
501 PrintFatalError(type.getLoc(), "unexpected generic property type"); in emitBasicReaderWriterMethodSuffix()
793 PrintFatalError(typeCases.KindRule.getLoc(), in emitCasedReaderWriterMethodBody()
798 PrintFatalError(typeCases.Cases.front().getLoc(), in emitCasedReaderWriterMethodBody()