Searched refs:NumAnnotations (Results 1 – 2 of 2) sorted by relevance
286 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument287 : NumChunks(NumChunks), NumAnnotations(NumAnnotations), Priority(Priority), in CodeCompletionString()291 assert(NumAnnotations <= 0xffff); in CodeCompletionString()299 for (unsigned I = 0; I != NumAnnotations; ++I) in CodeCompletionString()304 return NumAnnotations; in getAnnotationCount()308 if (AnnotationNr < NumAnnotations) in getAnnotation()
570 unsigned NumAnnotations : 16; variable587 const char **Annotations, unsigned NumAnnotations,