Home
last modified time | relevance | path

Searched refs:entityInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5873 const CXIdxEntityInfo *entityInfo; member
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3755 printEntityInfo("[indexDeclaration]", client_data, info->entityInfo); in index_indexDeclaration()
3781 if (clang_index_isEntityObjCContainerKind(info->entityInfo->kind)) { in index_indexDeclaration()
3838 makeClientContainer(client_data, info->entityInfo, info->loc)); in index_indexDeclaration()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp570 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()