Home
last modified time | relevance | path

Searched refs:annotation_number (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp213 unsigned annotation_number) { in clang_getCompletionAnnotation() argument
215 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number)) in clang_getCompletionAnnotation()
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp211 unsigned annotation_number) { in clang_getCompletionAnnotation() argument
213 return CCStr ? cxstring::createRef(CCStr->getAnnotation(annotation_number)) in clang_getCompletionAnnotation()
/external/clang/include/clang-c/
DIndex.h4754 unsigned annotation_number);
/external/llvm-project/clang/include/clang-c/
DIndex.h5416 CXCompletionString completion_string, unsigned annotation_number);