Home
last modified time | relevance | path

Searched refs:from_id (Results 1 – 2 of 2) sorted by relevance

/external/clang/bindings/python/clang/
Dcindex.py553 def from_id(cls, id): member in BaseEnumeration
1271 return CursorKind.from_id(self._kind_id)
1334 return StorageClass.from_id(self._storage_class)
1345 return AccessSpecifier.from_id(self._access_specifier)
1644 def from_id(id): member in StorageClass
1782 return TypeKind.from_id(self._kind_id)
1981 return RefQualifierKind.from_id(
2208 return CursorKind.from_id(self.cursorKind)
3518 TemplateArgumentKind.from_id),
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc673 auto from_id = InstructionId(from); in DumpRootTag() local
693 edges_.push_back(Printf(R"(%s -> %s [tooltip=" "];)", from_id, to_id)); in DumpRootTag()