Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3730 printEntityInfo("[indexDeclaration]", client_data, info->entityInfo); in index_indexDeclaration()
3756 if (clang_index_isEntityObjCContainerKind(info->entityInfo->kind)) { in index_indexDeclaration()
3813 makeClientContainer(client_data, info->entityInfo, info->loc)); in index_indexDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp563 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6357 const CXIdxEntityInfo *entityInfo; member