Lines Matching defs:CCContext
2090 const CodeCompletionContext &CCContext,
2134 /*IncludeBriefComments=*/false, CCContext, Policy);
3517 Sema &S, const CodeCompletionContext &CCContext,
3520 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator,
3577 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext,
3609 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy);
3634 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
3638 CCContext, Policy);
3665 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
3688 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result);
3709 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result);
3838 if (!CCContext.getBaseType().isNull())
3839 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method);
5125 AddObjCProperties(const CodeCompletionContext &CCContext,
5185 CCContext.getBaseType(), Builder);
5235 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), Builder);
5266 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods,
5275 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods,
5283 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods,
5290 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories,
5298 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods,
5892 CodeCompletionContext CCContext(contextKind, ConvertedBaseType);
5893 CCContext.setPreferredType(PreferredType);
5895 CodeCompleter->getCodeCompletionTUInfo(), CCContext,
5957 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true,
5964 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true,
6028 CodeCompletionContext CCContext(
6031 CodeCompleter->getCodeCompletionTUInfo(), CCContext,
6035 AddObjCProperties(CCContext, IFace, true,
8924 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other);
8926 CodeCompleter->getCodeCompletionTUInfo(), CCContext);
8946 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false,
8950 AddObjCProperties(CCContext,