Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports214 clang_getIBOutletCollectionType
DCIndex.cpp7544 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports246 clang_getIBOutletCollectionType
DCIndex.cpp8597 CXType clang_getIBOutletCollectionType(CXCursor C) { in clang_getIBOutletCollectionType() function
/external/clang/include/clang-c/
DIndex.h3613 CINDEX_LINKAGE CXType clang_getIBOutletCollectionType(CXCursor);
/external/llvm-project/clang/include/clang-c/
DIndex.h4140 CINDEX_LINKAGE CXType clang_getIBOutletCollectionType(CXCursor);
/external/rust/crates/clang-sys/src/
Dlib.rs2070 pub fn clang_getIBOutletCollectionType(cursor: CXCursor) -> CXType;
/external/clang/tools/c-index-test/
Dc-index-test.c804 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c967 clang_getCanonicalType(clang_getIBOutletCollectionType(Cursor)); in PrintCursor()