Searched defs:is_constructor (Results 1 – 7 of 7) sorted by relevance
163 def is_constructor(self): member in CalledByNative
528 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable
108 pub(crate) fn is_constructor(&self) -> bool { in is_constructor() method
520 def GetEnvCall(is_constructor, is_static, return_type): argument
324 bool is_constructor() const in is_constructor() function
897 bool is_constructor) { in GenTypeNativePtr()