Searched refs:AllowCategories (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3504 bool AllowCategories, in AddObjCProperties() argument 3545 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3548 if (AllowCategories) { in AddObjCProperties() 3551 AddObjCProperties(Cat, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3557 AddObjCProperties(I, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties() 3562 AddObjCProperties(IFace->getSuperClass(), AllowCategories, in AddObjCProperties() 3569 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext, in AddObjCProperties()
|