Searched refs:getAnnotationCount (Results 1 – 3 of 3) sorted by relevance
479 unsigned getAnnotationCount() const;
213 unsigned CodeCompletionString::getAnnotationCount() const { in getAnnotationCount() function in CodeCompletionString
209 return CCStr ? CCStr->getAnnotationCount() : 0; in clang_getCompletionNumAnnotations()