Searched refs:AllowCategories (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3578 bool AllowCategories, in AddObjCProperties() argument 3620 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3623 if (AllowCategories) { in AddObjCProperties() 3626 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3632 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3637 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties() 3644 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
|