Searched refs:entityInfo (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/fuzz/ |
D | fuzz.c | 204 xmlFuzzEntityInfo *entityInfo; in xmlFuzzReadEntities() local 213 entityInfo = xmlMalloc(sizeof(xmlFuzzEntityInfo)); in xmlFuzzReadEntities() 214 if (entityInfo == NULL) in xmlFuzzReadEntities() 216 entityInfo->data = entity; in xmlFuzzReadEntities() 217 entityInfo->size = entitySize; in xmlFuzzReadEntities() 219 xmlHashAddEntry(fuzzData.entities, (xmlChar *)url, entityInfo); in xmlFuzzReadEntities() 223 fuzzData.mainEntity = entityInfo; in xmlFuzzReadEntities()
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3172 printEntityInfo("[indexDeclaration]", client_data, info->entityInfo); in index_indexDeclaration() 3198 if (clang_index_isEntityObjCContainerKind(info->entityInfo->kind)) { in index_indexDeclaration() 3255 makeClientContainer(client_data, info->entityInfo, info->loc)); in index_indexDeclaration()
|
/external/llvm-project/clang/tools/c-index-test/ |
D | c-index-test.c | 3713 printEntityInfo("[indexDeclaration]", client_data, info->entityInfo); in index_indexDeclaration() 3739 if (clang_index_isEntityObjCContainerKind(info->entityInfo->kind)) { in index_indexDeclaration() 3796 makeClientContainer(client_data, info->entityInfo, info->loc)); in index_indexDeclaration()
|
/external/clang/include/clang-c/ |
D | Index.h | 5579 const CXIdxEntityInfo *entityInfo; member
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 563 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()
|
/external/llvm-project/clang/include/clang-c/ |
D | Index.h | 6337 const CXIdxEntityInfo *entityInfo; member
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 551 DInfo.entityInfo = &DInfo.EntInfo; in handleDecl()
|
/external/rust/crates/clang-sys/src/ |
D | lib.rs | 1390 pub entityInfo: *const CXIdxEntityInfo, field
|
/external/guice/extensions/persist/lib/ |
D | hibernate-search.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |