Searched defs:ContDInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp308 ObjCContainerDeclInfo &ContDInfo) {
309 ContDInfo.ObjCContDeclInfo.declInfo = &ContDInfo;
310 return handleDecl(D, Loc, Cursor, ContDInfo);
360 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true, isRedeclaration,
365 ContDInfo);
401 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/false,
404 return handleObjCContainer(D, D->getLocation(), getCursor(D), ContDInfo);
414 ObjCContainerDeclInfo ContDInfo(/*isForwardRef=*/true,
420 ContDInfo);
306 handleObjCContainer(const ObjCContainerDecl *D, SourceLocation Loc, CXCursor Cursor, ObjCContainerDeclInfo &ContDInfo) argument
[all...]

Completed in 20 milliseconds