HomeSort by relevance Sort by last modified time
    Searched refs:ObjCPropDeclInfo (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 602 DInfo.ObjCPropDeclInfo.declInfo = &DInfo;
606 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
608 DInfo.ObjCPropDeclInfo.getter = 0;
612 DInfo.ObjCPropDeclInfo.setter = &SetterEntity;
614 DInfo.ObjCPropDeclInfo.setter = 0;
    [all...]
IndexingContext.h 185 CXIdxObjCPropertyDeclInfo ObjCPropDeclInfo;
Indexing.cpp 889 return &PropInfo->ObjCPropDeclInfo;
    [all...]

Completed in 2115 milliseconds