Searched refs:AllowNullaryMethods (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4906 bool AllowNullaryMethods, DeclContext *CurContext, in AddObjCProperties() argument 5002 if (AllowNullaryMethods) { in AddObjCProperties() 5045 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 5054 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 5062 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 5070 AllowNullaryMethods, CurContext, AddedProperties, in AddObjCProperties() 5077 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
|