Searched refs:NumAnnotations (Results 1 – 2 of 2) sorted by relevance
288 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument289 : NumChunks(NumChunks), NumAnnotations(NumAnnotations), Priority(Priority), in CodeCompletionString()293 assert(NumAnnotations <= 0xffff); in CodeCompletionString()301 for (unsigned I = 0; I != NumAnnotations; ++I) in CodeCompletionString()306 return NumAnnotations; in getAnnotationCount()310 if (AnnotationNr < NumAnnotations) in getAnnotation()
578 unsigned NumAnnotations : 16; variable596 const char **Annotations, unsigned NumAnnotations,