Lines Matching refs:processor
100 static void AddAttributeFormatDoc(AnnotationProcessor* processor, Attribute* attr) { in AddAttributeFormatDoc() argument
103 processor->AppendComment( in AddAttributeFormatDoc()
112 processor->AppendComment( in AddAttributeFormatDoc()
118 processor->AppendComment( in AddAttributeFormatDoc()
123 processor->AppendComment( in AddAttributeFormatDoc()
129 processor->AppendComment( in AddAttributeFormatDoc()
137 processor->AppendComment( in AddAttributeFormatDoc()
142 processor->AppendComment( in AddAttributeFormatDoc()
152 processor->AppendComment( in AddAttributeFormatDoc()
164 processor->AppendComment( in AddAttributeFormatDoc()
168 processor->AppendComment( in AddAttributeFormatDoc()
172 processor->AppendComment( in AddAttributeFormatDoc()
186 processor->AppendComment(line.str(), /*add_api_annotations=*/false); in AddAttributeFormatDoc()
188 processor->AppendComment("</table>"); in AddAttributeFormatDoc()
470 AnnotationProcessor* processor = resource_member->GetCommentBuilder(); in ProcessResource() local
474 processor->AppendComment(entry.visibility.comment); in ProcessResource()
479 processor->AppendComment(config_value->value->GetComment()); in ProcessResource()
486 AddAttributeFormatDoc(processor, attr); in ProcessResource()
588 AnnotationProcessor* processor) { in AppendJavaDocAnnotations() argument
592 processor->AppendComment(proper_annotation); in AppendJavaDocAnnotations()