Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A Dlibclang.map307 clang_getIBOutletCollectionType;
H A DCIndex.cpp8906 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType() function
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h4227 CINDEX_LINKAGE CXType clang_getIBOutletCollectionType(CXCursor);
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c968 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()