Searched refs:EntityInfo (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 246 ProtEntities.push_back(EntityInfo()); in ObjCProtocolListInfo() 342 BaseEntities.push_back(EntityInfo()); in CXXBasesListInfo() 675 EntityInfo BaseEntity; in handleObjCInterface() 745 EntityInfo ClassEntity; in handleObjCCategory() 778 EntityInfo ClassEntity; in handleObjCCategoryImpl() 839 EntityInfo GetterEntity; in handleObjCProperty() 840 EntityInfo SetterEntity; in handleObjCProperty() 911 EntityInfo RefEntity, ParentEntity; in handleReference() 1137 EntityInfo &EntityInfo, in getEntityInfo() argument 1143 EntityInfo.cursor = getCursor(D); in getEntityInfo() [all …]
|
D | CXIndexDataConsumer.h | 48 struct EntityInfo : public CXIdxEntityInfo { struct 53 EntityInfo() { in EntityInfo() argument 81 EntityInfo EntInfo; 223 EntityInfo ClassInfo; 300 SmallVector<EntityInfo, 4> ProtEntities; 316 SmallVector<EntityInfo, 4> BaseEntities; 467 EntityInfo &EntityInfo,
|
D | Indexing.cpp | 840 const EntityInfo *Entity = static_cast<const EntityInfo *>(info); in clang_index_getClientEntity() 848 const EntityInfo *Entity = static_cast<const EntityInfo *>(info); in clang_index_setClientEntity()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 243 ProtEntities.push_back(EntityInfo()); in ObjCProtocolListInfo() 339 BaseEntities.push_back(EntityInfo()); in CXXBasesListInfo() 669 EntityInfo BaseEntity; in handleObjCInterface() 739 EntityInfo ClassEntity; in handleObjCCategory() 772 EntityInfo ClassEntity; in handleObjCCategoryImpl() 832 EntityInfo GetterEntity; in handleObjCProperty() 833 EntityInfo SetterEntity; in handleObjCProperty() 916 EntityInfo RefEntity, ParentEntity; in handleReference() 1141 EntityInfo &EntityInfo, in getEntityInfo() argument 1147 EntityInfo.cursor = getCursor(D); in getEntityInfo() [all …]
|
D | CXIndexDataConsumer.h | 50 struct EntityInfo : public CXIdxEntityInfo { struct 55 EntityInfo() { in EntityInfo() argument 83 EntityInfo EntInfo; 225 EntityInfo ClassInfo; 302 SmallVector<EntityInfo, 4> ProtEntities; 318 SmallVector<EntityInfo, 4> BaseEntities; 499 EntityInfo &EntityInfo,
|
D | Indexing.cpp | 812 const EntityInfo *Entity = static_cast<const EntityInfo *>(info); in clang_index_getClientEntity() 820 const EntityInfo *Entity = static_cast<const EntityInfo *>(info); in clang_index_setClientEntity()
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | reaching_fndefs_test.py | 38 entity_info = transformer.EntityInfo(
|
D | liveness_test.py | 42 entity_info = transformer.EntityInfo(
|
D | reaching_definitions_test.py | 43 entity_info = transformer.EntityInfo(
|
D | activity_test.py | 133 entity_info = transformer.EntityInfo(
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | transformer_test.py | 33 entity_info = transformer.EntityInfo( 305 entity_info = transformer.EntityInfo(
|
D | transformer.py | 63 class EntityInfo( class
|
D | transpiler.py | 354 entity_info = transformer.EntityInfo(
|
/external/tensorflow/tensorflow/python/tf_program/ |
D | mlir_gen.py | 435 entity_info = transformer.EntityInfo( 450 entity_info = transformer.EntityInfo(
|
/external/tensorflow/tensorflow/python/eager/ |
D | gradient_input_output_exclusions.py | 200 entity_info = transformer.EntityInfo(
|
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
D | anf_test.py | 52 entity_info = transformer.EntityInfo(
|
/external/tensorflow/tensorflow/python/autograph/g3doc/ |
D | pyct_tutorial.ipynb | 186 " f_info = transformer.EntityInfo(\n",
|