Searched refs:AllowNullaryMethods (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 4596 bool AllowNullaryMethods, DeclContext *CurContext, in AddObjCProperties() argument 4692 if (AllowNullaryMethods) { in AddObjCProperties() 4735 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4744 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4752 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4760 AllowNullaryMethods, CurContext, AddedProperties, in AddObjCProperties() 4767 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
|