Searched refs:getAnnotationCount (Results 1 – 4 of 4) sorted by relevance
250 const unsigned AnnotationCount = CCS.getAnnotationCount(); in formatDocumentation()
622 unsigned getAnnotationCount() const;
303 unsigned CodeCompletionString::getAnnotationCount() const { in getAnnotationCount() function in CodeCompletionString
207 return CCStr ? CCStr->getAnnotationCount() : 0; in clang_getCompletionNumAnnotations()