Searched defs:AllowCategories (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp3504 bool AllowCategories,
3545 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext,
3548 if (AllowCategories) {
3551 AddObjCProperties(Cat, AllowCategories, AllowNullaryMethods, CurContext,
3557 AddObjCProperties(I, AllowCategories, AllowNullaryMethods, CurContext,
3562 AddObjCProperties(IFace->getSuperClass(), AllowCategories,
3569 AddObjCProperties(P, AllowCategories, AllowNullaryMethods, CurContext,
3503 AddObjCProperties(ObjCContainerDecl *Container, bool AllowCategories, bool AllowNullaryMethods, DeclContext *CurContext, AddedPropertiesSet &AddedProperties, ResultBuilder &Results) argument

Completed in 148 milliseconds