Searched refs:AllowNullaryMethods (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 3459 bool AllowNullaryMethods, in AddObjCProperties() argument 3475 if (AllowNullaryMethods) { in AddObjCProperties() 3499 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3505 AddObjCProperties(Cat, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3511 AddObjCProperties(I, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3517 AllowNullaryMethods, CurContext, in AddObjCProperties() 3523 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties()
|