Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map159 clang_Type_getNumObjCProtocolRefs;
H A DCXType.cpp1196 unsigned clang_Type_getNumObjCProtocolRefs(CXType CT) { in clang_Type_getNumObjCProtocolRefs() function
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h3226 CINDEX_LINKAGE unsigned clang_Type_getNumObjCProtocolRefs(CXType T);
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1663 unsigned NumProtocols = clang_Type_getNumObjCProtocolRefs(PT); in PrintType()