Searched refs:NumAnnotations (Results 1 – 2 of 2) sorted by relevance
292 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument293 : NumChunks(NumChunks), NumAnnotations(NumAnnotations), Priority(Priority), in CodeCompletionString()297 assert(NumAnnotations <= 0xffff); in CodeCompletionString()305 for (unsigned I = 0; I != NumAnnotations; ++I) in CodeCompletionString()310 return NumAnnotations; in getAnnotationCount()314 if (AnnotationNr < NumAnnotations) in getAnnotation()
579 unsigned NumAnnotations : 16; variable597 const char **Annotations, unsigned NumAnnotations,