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 611 DInfo.ObjCPropDeclInfo.declInfo = &DInfo;
615 DInfo.ObjCPropDeclInfo.getter = &GetterEntity;
617 DInfo.ObjCPropDeclInfo.getter = nullptr;
621 DInfo.ObjCPropDeclInfo.setter = &SetterEntity;
623 DInfo.ObjCPropDeclInfo.setter = nullptr;
    [all...]
IndexingContext.h 189 CXIdxObjCPropertyDeclInfo ObjCPropDeclInfo;
Indexing.cpp 885 return &PropInfo->ObjCPropDeclInfo;
    [all...]

Completed in 42 milliseconds