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

  /external/clang/tools/libclang/
IndexingContext.h 108 CXIdxObjCContainerDeclInfo ObjCContDeclInfo;
134 ObjCContDeclInfo.kind = CXIdxObjCContainer_ForwardRef;
136 ObjCContDeclInfo.kind = CXIdxObjCContainer_Implementation;
138 ObjCContDeclInfo.kind = CXIdxObjCContainer_Interface;
IndexingContext.cpp 309 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo;
392 InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
452 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
482 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
    [all...]
Indexing.cpp 574 return &ContInfo->ObjCContDeclInfo;

Completed in 48 milliseconds