Home
last modified time | relevance | path

Searched refs:CXObjCPropertyAttr_noattr (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang-c/
DIndex.h3922 CXObjCPropertyAttr_noattr = 0x00, enumerator
/external/clang/tools/libclang/
DCIndex.cpp7211 return CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()
7213 unsigned Result = CXObjCPropertyAttr_noattr; in clang_Cursor_getObjCPropertyAttributes()
/external/clang/tools/c-index-test/
Dc-index-test.c924 if (PropAttrs != CXObjCPropertyAttr_noattr) { in PrintCursor()