Searched refs:AllowCategories (Results 1 – 2 of 2) 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4541 ObjCContainerDecl *Container, bool AllowCategories, in AddObjCProperties() argument 4681 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4687 if (AllowCategories) { in AddObjCProperties() 4690 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4698 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4705 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties() 4713 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
|