Home
last modified time | relevance | path

Searched refs:clang_index_getObjCProtocolRefListInfo (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports269 clang_index_getObjCProtocolRefListInfo
DIndexing.cpp736 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *DInfo) { in clang_index_getObjCProtocolRefListInfo() function
/external/clang/include/clang-c/
DIndex.h5771 clang_index_getObjCProtocolRefListInfo(const CXIdxDeclInfo *);
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2355 …pub fn clang_index_getObjCProtocolRefListInfo(info: *const CXIdxDeclInfo) -> *const CXIdxObjCProto…
/external/clang/tools/c-index-test/
Dc-index-test.c3230 if ((ProtoInfo = clang_index_getObjCProtocolRefListInfo(info))) { in index_indexDeclaration()