Lines Matching defs:CCContext
2082 const CodeCompletionContext &CCContext,
2126 /*IncludeBriefComments=*/false, CCContext, Policy);
3390 Sema &S, const CodeCompletionContext &CCContext,
3393 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator,
3450 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext,
3482 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy);
3507 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
3511 CCContext, Policy);
3538 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
3561 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result);
3582 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result);
3711 if (!CCContext.getBaseType().isNull())
3712 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method);
4999 AddObjCProperties(const CodeCompletionContext &CCContext,
5059 CCContext.getBaseType(), Builder);
5109 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), Builder);
5140 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods,
5149 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods,
5157 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods,
5164 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories,
5172 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods,
5753 CodeCompletionContext CCContext(contextKind, ConvertedBaseType);
5754 CCContext.setPreferredType(PreferredType);
5756 CodeCompleter->getCodeCompletionTUInfo(), CCContext,
5817 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true,
5824 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true,
5888 CodeCompletionContext CCContext(
5891 CodeCompleter->getCodeCompletionTUInfo(), CCContext,
5895 AddObjCProperties(CCContext, IFace, true,
8785 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other);
8787 CodeCompleter->getCodeCompletionTUInfo(), CCContext);
8807 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false,
8811 AddObjCProperties(CCContext,