Home
last modified time | relevance | path

Searched refs:EntityInfo (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp246 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 …]
DCXIndexDataConsumer.h48 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,
DIndexing.cpp840 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/
DCXIndexDataConsumer.cpp243 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 …]
DCXIndexDataConsumer.h50 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,
DIndexing.cpp812 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/
Dreaching_fndefs_test.py38 entity_info = transformer.EntityInfo(
Dliveness_test.py42 entity_info = transformer.EntityInfo(
Dreaching_definitions_test.py43 entity_info = transformer.EntityInfo(
Dactivity_test.py133 entity_info = transformer.EntityInfo(
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtransformer_test.py33 entity_info = transformer.EntityInfo(
305 entity_info = transformer.EntityInfo(
Dtransformer.py63 class EntityInfo( class
Dtranspiler.py354 entity_info = transformer.EntityInfo(
/external/tensorflow/tensorflow/python/tf_program/
Dmlir_gen.py435 entity_info = transformer.EntityInfo(
450 entity_info = transformer.EntityInfo(
/external/tensorflow/tensorflow/python/eager/
Dgradient_input_output_exclusions.py200 entity_info = transformer.EntityInfo(
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf_test.py52 entity_info = transformer.EntityInfo(
/external/tensorflow/tensorflow/python/autograph/g3doc/
Dpyct_tutorial.ipynb186 " f_info = transformer.EntityInfo(\n",