Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports246 clang_getIBOutletCollectionType
H A DCIndex.cpp8649 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4160 CINDEX_LINKAGE CXType clang_getIBOutletCollectionType(CXCursor);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c968 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()