Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3727 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local
3794 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) { in index_indexDeclaration()
3795 if (PropInfo->getter) { in index_indexDeclaration()
3796 printEntityInfo(" <getter>", client_data, PropInfo->getter); in index_indexDeclaration()
3799 if (PropInfo->setter) { in index_indexDeclaration()
3800 printEntityInfo(" <setter>", client_data, PropInfo->setter); in index_indexDeclaration()