Home
last modified time | relevance | path

Searched refs:ContDInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp609 ObjCContainerDeclInfo &ContDInfo) { in handleObjCContainer() argument
610 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo; in handleObjCContainer()
611 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer()
671 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true, isRedeclaration, in handleObjCInterface() local
676 ContDInfo); in handleObjCInterface()
713 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/false, in handleObjCImplementation() local
716 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo); in handleObjCImplementation()
726 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true, in handleObjCProtocol() local
732 ContDInfo); in handleObjCProtocol()
H A DCXIndexDataConsumer.h453 ObjCContainerDeclInfo &ContDInfo);