Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports107 clang_Type_getObjCProtocolDecl
H A DCXType.cpp1184 CXCursor clang_Type_getObjCProtocolDecl(CXType CT, unsigned i) { in clang_Type_getObjCProtocolDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3774 CINDEX_LINKAGE CXCursor clang_Type_getObjCProtocolDecl(CXType T, unsigned i);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1657 CXCursor P = clang_Type_getObjCProtocolDecl(PT, i); in PrintType()