Searched refs:AddObjCProperties (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCodeComplete.cpp | 3562 static void AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() function 3606 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3612 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3618 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3623 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties() 3630 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3717 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr() 3723 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr() 6161 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition() 6165 AddObjCProperties(CCContext, in CodeCompleteObjCPropertyDefinition()
|