Searched refs:AllowNullaryMethods (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaCodeComplete.cpp | 3468 bool AllowNullaryMethods, in AddObjCProperties() argument 3488 if (AllowNullaryMethods) { in AddObjCProperties() 3516 AddObjCProperties(*P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3525 AddObjCProperties(*Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3533 AddObjCProperties(*I, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3539 AllowNullaryMethods, CurContext, in AddObjCProperties() 3547 AddObjCProperties(*P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties()
|