Searched defs:NumAnnotations (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp194 unsigned NumAnnotations,
197 : NumChunks(NumChunks), NumAnnotations(NumAnnotations),
202 assert(NumAnnotations <= 0xffff);
209 for (unsigned I = 0; I != NumAnnotations; ++I)
214 return NumAnnotations;
218 if (AnnotationNr < NumAnnotations)
189 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks, unsigned Priority, CXAvailabilityKind Availability, const char **Annotations, unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) argument

Completed in 569 milliseconds