Searched refs:IsClassMethod (Results 1 – 9 of 9) sorted by relevance
207 IsClassMethod = false; in fill()245 IsClassMethod = !IsInstanceMethod; in fill()258 IsClassMethod = !IsInstanceMethod; in fill()
82 bool IsClassMethod(lldb::LanguageType *language_ptr,
37 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
551 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()
1173 bool IsClassMethod; member1194 Key.IsClassMethod); in getHashValue()1201 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
1058 unsigned IsClassMethod : 1; member
1176 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in SearchFunctionsInSymbolContexts()1310 if (decl_ctx.IsClassMethod(nullptr, nullptr, nullptr)) in LookupFunction()
848 if (DI->IsClassMethod) in visitFullComment()
2846 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local2851 else if (IsClassMethod) in LookupIvarInObjCMethod()2863 if (IsClassMethod) { in LookupIvarInObjCMethod()