Searched refs:IsInstanceMethod (Results 1 – 7 of 7) sorted by relevance
135 IsInstanceMethod = false; in fill()172 IsInstanceMethod = MD->isInstance(); in fill()173 IsClassMethod = !IsInstanceMethod; in fill()184 IsInstanceMethod = MD->isInstanceMethod(); in fill()185 IsClassMethod = !IsInstanceMethod; in fill()
6235 bool IsInstanceMethod, in AddObjCKeyValueCompletions() argument6284 if (IsInstanceMethod && in AddObjCKeyValueCompletions()6298 if (IsInstanceMethod && in AddObjCKeyValueCompletions()6321 if (IsInstanceMethod && ReturnTypeMatchesVoid && in AddObjCKeyValueCompletions()6373 if (IsInstanceMethod && in AddObjCKeyValueCompletions()6395 if (IsInstanceMethod && in AddObjCKeyValueCompletions()6418 if (IsInstanceMethod && in AddObjCKeyValueCompletions()6445 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()6479 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()6511 if (IsInstanceMethod && ReturnTypeMatchesVoid) { in AddObjCKeyValueCompletions()[all …]
1043 unsigned IsInstanceMethod : 1; member
1166 if (DI->IsInstanceMethod) in visitFullComment()
522 bool IsInstanceMethod,5852 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument5890 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()5894 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
440 bool IsInstanceMethod,7648 bool IsInstanceMethod, in RewriteObjCMethodsMetaData() argument7681 if (IsInstanceMethod) in RewriteObjCMethodsMetaData()7693 Result += IsInstanceMethod ? "INSTANCE" : "CLASS"; in RewriteObjCMethodsMetaData()7697 Result += IsInstanceMethod ? "inst" : "cls"; in RewriteObjCMethodsMetaData()
7245 bool IsInstanceMethod,7248 bool IsInstanceMethod,