Searched refs:AllowNullaryMethods (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3566 bool AllowNullaryMethods, in AddObjCProperties() argument 3582 if (AllowNullaryMethods) { in AddObjCProperties() 3607 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3613 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3619 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3625 AllowNullaryMethods, CurContext, in AddObjCProperties() 3631 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
|