Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3732 printEntityInfo("[indexDeclaration]", client_data, info->entityInfo); in index_indexDeclaration()
3758 if (clang_index_isEntityObjCContainerKind(info->entityInfo->kind)) { in index_indexDeclaration()
3815 makeClientContainer(client_data, info->entityInfo, info->loc)); in index_indexDeclaration()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6425 const CXIdxEntityInfo *entityInfo; member
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp570 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()