HomeSort by: relevance | last modified time | path
    Searched refs:ObjCContDeclInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 110 CXIdxObjCContainerDeclInfo ObjCContDeclInfo;
135 ObjCContDeclInfo.kind = CXIdxObjCContainer_ForwardRef;
137 ObjCContDeclInfo.kind = CXIdxObjCContainer_Implementation;
139 ObjCContDeclInfo.kind = CXIdxObjCContainer_Interface;
CXIndexDataConsumer.cpp 603 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo;
696 InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
757 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
787 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
Indexing.cpp 732 return &ContInfo->ObjCContDeclInfo;

Completed in 17 milliseconds