Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp195 unsigned NumAnnotations, in CodeCompletionString() argument
199 : NumChunks(NumChunks), NumAnnotations(NumAnnotations), in CodeCompletionString()
204 assert(NumAnnotations <= 0xffff); in CodeCompletionString()
211 for (unsigned I = 0; I != NumAnnotations; ++I) in CodeCompletionString()
216 return NumAnnotations; in getAnnotationCount()
220 if (AnnotationNr < NumAnnotations) in getAnnotation()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h435 unsigned NumAnnotations : 16; variable
458 const char **Annotations, unsigned NumAnnotations,