Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports304 clang_index_getObjCProtocolRefListInfo
H A DIndexing.cpp764 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *DInfo) { in clang_index_getObjCProtocolRefListInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6573 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3788 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) { in index_indexDeclaration()