Lines Matching refs:getLoc
114 PrintFatalError(creationRule.getLoc(), in ASTPropsEmitter()
128 PrintFatalError(overrideRule.getLoc(), in ASTPropsEmitter()
142 PrintFatalError(helperRule.getLoc(), in ASTPropsEmitter()
165 PrintFatalError(kindRule.getLoc(), in ASTPropsEmitter()
315 PrintError(existingProperty.getLoc(), in validateNode()
318 PrintNote(property.getLoc(), "existing property"); in validateNode()
328 PrintError(type.getLoc(), in validateType()
330 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
338 PrintError(valueType.getLoc(), in validateType()
340 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
342 PrintError(valueType.getLoc(), in validateType()
344 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
347 PrintError(type.getLoc(), "unknown generic property type"); in validateType()
348 if (context) PrintNote(context.getLoc(), "type used here"); in validateType()
434 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
443 PrintFatalError(node.getLoc(), in emitPropertiedReaderWriterBody()
459 PrintFatalError(nodeInfo.Creator.getLoc(), in emitPropertiedReaderWriterBody()
500 PrintFatalError(type.getLoc(), "unexpected generic property type"); in emitBasicReaderWriterMethodSuffix()
788 PrintFatalError(typeCases.KindRule.getLoc(), in emitCasedReaderWriterMethodBody()
793 PrintFatalError(typeCases.Cases.front().getLoc(), in emitCasedReaderWriterMethodBody()