Searched refs:IsClassMethod (Results 1 – 8 of 8) sorted by relevance
198 IsClassMethod = false; in fill()234 IsClassMethod = !IsInstanceMethod; in fill()245 IsClassMethod = !IsInstanceMethod; in fill()
75 bool IsClassMethod(lldb::LanguageType *language_ptr,
52 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
577 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()
1078 unsigned IsClassMethod : 1; member
842 if (DI->IsClassMethod) in visitFullComment()
1344 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in FindExternalVisibleDecls()1416 if (decl_ctx.IsClassMethod(nullptr, nullptr, nullptr)) in FindExternalVisibleDecls()
2418 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local2423 else if (IsClassMethod) in LookupInObjCMethod()2435 if (IsClassMethod) in LookupInObjCMethod()