Searched defs:get_declaration (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Tools/scripts/
H A 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/
H A 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/clang/
H A 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 class:Type

Completed in 261 milliseconds