Home
last modified time | relevance | path

Searched refs:PropInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp793 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local
794 return &PropInfo->ObjCPropDeclInfo; in clang_index_getObjCPropertyDeclInfo()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3750 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local
3817 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) { in index_indexDeclaration()
3818 if (PropInfo->getter) { in index_indexDeclaration()
3819 printEntityInfo(" <getter>", client_data, PropInfo->getter); in index_indexDeclaration()
3822 if (PropInfo->setter) { in index_indexDeclaration()
3823 printEntityInfo(" <setter>", client_data, PropInfo->setter); in index_indexDeclaration()