Home
last modified time | relevance | path

Searched refs:getAnnotationCount (Results 1 – 10 of 10) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DAnnotatedWithParams.java105 public final int getAnnotationCount() { return _annotations.size(); } in getAnnotationCount() method in AnnotatedWithParams
DVirtualAnnotatedMember.java101 public int getAnnotationCount() { return 0; } in getAnnotationCount() method in VirtualAnnotatedMember
DAnnotatedField.java123 public int getAnnotationCount() { return _annotations.size(); } in getAnnotationCount() method in AnnotatedField
/external/llvm-project/clang-tools-extra/clangd/
DCodeCompletionStrings.cpp219 const unsigned AnnotationCount = CCS.getAnnotationCount(); in formatDocumentation()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp213 unsigned CodeCompletionString::getAnnotationCount() const { in getAnnotationCount() function in CodeCompletionString
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h481 unsigned getAnnotationCount() const;
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h616 unsigned getAnnotationCount() const;
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp300 unsigned CodeCompletionString::getAnnotationCount() const { in getAnnotationCount() function in CodeCompletionString
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp209 return CCStr ? CCStr->getAnnotationCount() : 0; in clang_getCompletionNumAnnotations()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp207 return CCStr ? CCStr->getAnnotationCount() : 0; in clang_getCompletionNumAnnotations()