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 107 CXIdxObjCContainerDeclInfo ObjCContDeclInfo;
132 ObjCContDeclInfo.kind = CXIdxObjCContainer_ForwardRef;
134 ObjCContDeclInfo.kind = CXIdxObjCContainer_Implementation;
136 ObjCContDeclInfo.kind = CXIdxObjCContainer_Interface;
IndexingContext.cpp 367 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo;
460 InterInfo.ObjCInterDeclInfo.containerInfo = &InterInfo.ObjCContDeclInfo;
520 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
550 CatDInfo.ObjCCatDeclInfo.containerInfo = &CatDInfo.ObjCContDeclInfo;
    [all...]
Indexing.cpp 830 return &ContInfo->ObjCContDeclInfo;
    [all...]

Completed in 3948 milliseconds