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 610 DInfo.ObjCPropDeclInfo.declInfo = &DInfo;
614 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
616 DInfo.ObjCPropDeclInfo.getter = 0;
620 DInfo.ObjCPropDeclInfo.setter = &SetterEntity;
622 DInfo.ObjCPropDeclInfo.setter = 0;
    [all...]
IndexingContext.h 186 CXIdxObjCPropertyDeclInfo ObjCPropDeclInfo;
Indexing.cpp 889 return &PropInfo->ObjCPropDeclInfo;
    [all...]

Completed in 32 milliseconds