Searched defs:PropInfo (Results 1 – 4 of 4) sorted by relevance
23 struct PropInfo { struct24 PropInfo(string n, uint64_t v) in PropInfo() argument47 vector<PropInfo> props; argument
50 fn get_prop_info(&mut self) -> Option<&'static PropInfo> { in get_prop_info()61 fn read_raw<F: FnMut(Option<&CStr>, Option<&CStr>)>(prop_info: &PropInfo, mut f: F) { in read_raw()300 prop_info: *const PropInfo, in foreach()
762 if (const ObjCPropertyDeclInfo *PropInfo = dyn_cast<ObjCPropertyDeclInfo>(DI)) in clang_index_getObjCPropertyDeclInfo() local
3167 const CXIdxObjCPropertyDeclInfo *PropInfo; in index_indexDeclaration() local