Searched refs:NumAnnotations (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 194 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/llvm-project/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 283 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()
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 431 unsigned NumAnnotations : 16; variable 451 const char **Annotations, unsigned NumAnnotations,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 568 unsigned NumAnnotations : 16; variable 585 const char **Annotations, unsigned NumAnnotations,
|