Searched refs:getAnnotationCount (Results 1 – 10 of 10) sorted by relevance
105 public final int getAnnotationCount() { return _annotations.size(); } in getAnnotationCount() method in AnnotatedWithParams
101 public int getAnnotationCount() { return 0; } in getAnnotationCount() method in VirtualAnnotatedMember
123 public int getAnnotationCount() { return _annotations.size(); } in getAnnotationCount() method in AnnotatedField
219 const unsigned AnnotationCount = CCS.getAnnotationCount(); in formatDocumentation()
213 unsigned CodeCompletionString::getAnnotationCount() const { in getAnnotationCount() function in CodeCompletionString
481 unsigned getAnnotationCount() const;
616 unsigned getAnnotationCount() const;
300 unsigned CodeCompletionString::getAnnotationCount() const { in getAnnotationCount() function in CodeCompletionString
209 return CCStr ? CCStr->getAnnotationCount() : 0; in clang_getCompletionNumAnnotations()
207 return CCStr ? CCStr->getAnnotationCount() : 0; in clang_getCompletionNumAnnotations()