Searched refs:AllowNullaryMethods (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3579 bool AllowNullaryMethods, in AddObjCProperties() argument 3595 if (AllowNullaryMethods) { in AddObjCProperties() 3620 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3626 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3632 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3638 AllowNullaryMethods, CurContext, in AddObjCProperties() 3644 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4542 bool AllowNullaryMethods, DeclContext *CurContext, in AddObjCProperties() argument 4638 if (AllowNullaryMethods) { in AddObjCProperties() 4681 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4690 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4698 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 4706 AllowNullaryMethods, CurContext, AddedProperties, in AddObjCProperties() 4713 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
|