Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h616 unsigned getAnnotationCount() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp300 unsigned CodeCompletionString::getAnnotationCount() const { in getAnnotationCount() function in CodeCompletionString
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp207 return CCStr ? CCStr->getAnnotationCount() : 0; in clang_getCompletionNumAnnotations()