HomeSort by relevance Sort by last modified time
    Searched refs:get_canonical (Results 1 - 2 of 2) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_type.py 35 assert fields[0].type.get_canonical().kind == TypeKind.INT
40 assert fields[1].type.get_canonical().kind == TypeKind.INT
46 assert fields[2].type.get_canonical().kind == TypeKind.LONG
51 assert fields[3].type.get_canonical().kind == TypeKind.ULONG
56 assert fields[4].type.get_canonical().kind == TypeKind.LONG
61 assert fields[5].type.get_canonical().kind == TypeKind.INT
  /external/clang/bindings/python/clang/
cindex.py 1228 def get_canonical(self): member in class:Type
    [all...]

Completed in 60 milliseconds