Lines Matching refs:CCContext
2579 const CodeCompletionContext &CCContext,
2583 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator,
2596 const CodeCompletionContext &CCContext,
2710 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result);
2832 if (!CCContext.getBaseType().isNull())
2833 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method);
3576 static void AddObjCProperties(const CodeCompletionContext &CCContext,
3604 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(),
3620 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods,
3626 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods,
3632 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods,
3637 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories,
3644 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods,
3688 CodeCompletionContext CCContext(contextKind, BaseType);
3691 CCContext,
3731 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true,
3737 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true,
6158 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other);
6161 CCContext);
6182 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false,
6186 AddObjCProperties(CCContext,