Searched defs:is_constructor (Results 1 – 8 of 8) sorted by relevance
136 def is_constructor(self): member in CalledByNative
734 bool is_constructor = IsConstructor(); in SetIntrinsic() local
520 def GetEnvCall(is_constructor, is_static, return_type): argument
528 let is_constructor = kind == CXCursor_Constructor; in from_ty() localVariable
108 pub(crate) fn is_constructor(&self) -> bool { in is_constructor() method
324 bool is_constructor() const in is_constructor() function
832 bool is_constructor) { in GenTypeNativePtr()
3320 bool is_constructor = (called_method != nullptr) in CodeFlowVerifyInstruction() local