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;
133 ObjCContDeclInfo.kind = CXIdxObjCContainer_ForwardRef;
135 ObjCContDeclInfo.kind = CXIdxObjCContainer_Implementation;
137 ObjCContDeclInfo.kind = CXIdxObjCContainer_Interface;
IndexingContext.cpp 369 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo;
468 InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
528 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
558 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
    [all...]
Indexing.cpp 830 return &ContInfo->ObjCContDeclInfo;
    [all...]

Completed in 49 milliseconds