Home
last modified time | relevance | path

Searched refs:get_declaration (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dfindnocoding.py38 def get_declaration(line): function
61 if (get_declaration(line1) or
62 blank_re.match(line1) and get_declaration(line2)):
/external/python/cpython3/Tools/scripts/
Dfindnocoding.py38 def get_declaration(line): function
62 if (get_declaration(line1) or
63 blank_re.match(line1) and get_declaration(line2)):
/external/clang/bindings/python/tests/cindex/
Dtest_type.py45 assert fields[1].type.get_declaration().spelling == 'I'
97 decl = t.get_declaration()
/external/clang/bindings/python/clang/
Dcindex.py1415 underlying_type = underlying_type.get_declaration().enum_type
1564 return self.type.get_declaration().is_anonymous()
1923 def get_declaration(self): member in Type