Searched refs:IsClassMethod (Results 1 – 13 of 13) sorted by relevance
137 IsClassMethod = false; in fill()173 IsClassMethod = !IsInstanceMethod; in fill()184 IsClassMethod = !IsInstanceMethod; in fill()
212 IsClassMethod = false; in fill()248 IsClassMethod = !IsInstanceMethod; in fill()259 IsClassMethod = !IsInstanceMethod; in fill()
37 bool CompilerDeclContext::IsClassMethod(lldb::LanguageType *language_ptr, in IsClassMethod() function in CompilerDeclContext
557 return decl_ctx.IsClassMethod(&language, &is_instance_method, in GetFunctionMethodInfo()
82 bool IsClassMethod(lldb::LanguageType *language_ptr,
1168 bool IsClassMethod; member1189 Key.IsClassMethod); in getHashValue()1196 LHS.IsClassMethod == RHS.IsClassMethod; in isEqual()
1077 unsigned IsClassMethod : 1; member
1083 unsigned IsClassMethod : 1; member
1151 func_decl_context.IsClassMethod(nullptr, nullptr, nullptr)) in SearchFunctionsInSymbolContexts()1282 if (decl_ctx.IsClassMethod(nullptr, nullptr, nullptr)) in LookupFunction()
848 if (DI->IsClassMethod) in visitFullComment()
851 if (DI->IsClassMethod) in visitFullComment()
2447 bool IsClassMethod = CurMethod->isClassMethod(); in LookupInObjCMethod() local2452 else if (IsClassMethod) in LookupInObjCMethod()2464 if (IsClassMethod) in LookupInObjCMethod()
2777 bool IsClassMethod = CurMethod->isClassMethod(); in LookupIvarInObjCMethod() local2782 else if (IsClassMethod) in LookupIvarInObjCMethod()2794 if (IsClassMethod) { in LookupIvarInObjCMethod()