Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports268 clang_index_getObjCPropertyDeclInfo
DIndexing.cpp757 clang_index_getObjCPropertyDeclInfo(const CXIdxDeclInfo *DInfo) { in clang_index_getObjCPropertyDeclInfo() function
/external/clang/include/clang-c/
DIndex.h5774 clang_index_getObjCPropertyDeclInfo(const CXIdxDeclInfo *);
/external/clang/tools/c-index-test/
Dc-index-test.c3234 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) { in index_indexDeclaration()