Searched refs:AllowNullaryMethods (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3505 bool AllowNullaryMethods, in AddObjCProperties() argument 3521 if (AllowNullaryMethods) { in AddObjCProperties() 3545 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3551 AddObjCProperties(Cat, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3557 AddObjCProperties(I, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3563 AllowNullaryMethods, CurContext, in AddObjCProperties() 3569 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties()
|