Searched defs:is_class_method (Results 1 – 2 of 2) sorted by relevance
63 is_class_method: bool, field181 let is_class_method = c.kind() == CXCursor_ObjCClassMethodDecl; in from_ty() localVariable245 pub fn is_class_method(&self) -> bool { in is_class_method() method
236 const bool is_class_method = in GetMethodNameVariants() local