Searched refs:NumAnnotations (Results 1 – 2 of 2) sorted by relevance
283 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument284 : NumChunks(NumChunks), NumAnnotations(NumAnnotations), Priority(Priority), in CodeCompletionString()288 assert(NumAnnotations <= 0xffff); in CodeCompletionString()296 for (unsigned I = 0; I != NumAnnotations; ++I) in CodeCompletionString()301 return NumAnnotations; in getAnnotationCount()305 if (AnnotationNr < NumAnnotations) in getAnnotation()
568 unsigned NumAnnotations : 16; variable585 const char **Annotations, unsigned NumAnnotations,