Home
last modified time | relevance | path

Searched refs:is_class_method (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/bindgen/src/ir/
Dobjc.rs63 is_class_method: bool, field
181 let is_class_method = c.kind() == CXCursor_ObjCClassMethodDecl; in from_ty() localVariable
182 let method = ObjCMethod::new(&name, signature, is_class_method); in from_ty()
201 if method.is_class_method { in add_method()
213 is_class_method: bool, in new()
223 is_class_method, in new()
245 pub fn is_class_method(&self) -> bool { in is_class_method() method
246 self.is_class_method in is_class_method()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp236 const bool is_class_method = in GetMethodNameVariants() local
243 if (is_class_method || is_instance_method) { in GetMethodNameVariants()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3930 let sig = if method.is_class_method() { in objc_method_codegen()
3945 let body = if method.is_class_method() { in objc_method_codegen()