Home
last modified time | relevance | path

Searched refs:NumAnnotations (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp194 unsigned NumAnnotations, in CodeCompletionString() argument
197 : NumChunks(NumChunks), NumAnnotations(NumAnnotations), in CodeCompletionString()
202 assert(NumAnnotations <= 0xffff); in CodeCompletionString()
209 for (unsigned I = 0; I != NumAnnotations; ++I) in CodeCompletionString()
214 return NumAnnotations; in getAnnotationCount()
218 if (AnnotationNr < NumAnnotations) in getAnnotation()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h431 unsigned NumAnnotations : 16; variable
451 const char **Annotations, unsigned NumAnnotations,