Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp634 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local
635 return &PropInfo->ObjCPropDeclInfo; in clang_index_getObjCPropertyDeclInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c2368 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local
2430 if ((PropInfo = clang_index_getObjCPropertyDeclInfo(info))) { in index_indexDeclaration()
2431 if (PropInfo->getter) { in index_indexDeclaration()
2432 printEntityInfo(" <getter>", client_data, PropInfo->getter); in index_indexDeclaration()
2435 if (PropInfo->setter) { in index_indexDeclaration()
2436 printEntityInfo(" <setter>", client_data, PropInfo->setter); in index_indexDeclaration()