Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports106 clang_Type_getNumObjCProtocolRefs
H A DCXType.cpp1172 unsigned clang_Type_getNumObjCProtocolRefs(CXType CT) { in clang_Type_getNumObjCProtocolRefs() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h3766 CINDEX_LINKAGE unsigned clang_Type_getNumObjCProtocolRefs(CXType T);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1652 unsigned NumProtocols = clang_Type_getNumObjCProtocolRefs(PT); in PrintType()