Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp283 unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) in CodeCompletionString() argument
284 : 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h568 unsigned NumAnnotations : 16; variable
585 const char **Annotations, unsigned NumAnnotations,