Lines Matching refs:CCContext

1977                                const CodeCompletionContext &CCContext,  in AddOverrideResults()  argument
2023 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults()
3280 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3283 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString()
3340 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3372 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3397 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3401 CCContext, Policy); in createCodeCompletionStringForOverride()
3428 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3451 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3472 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3586 if (!CCContext.getBaseType().isNull()) in createCodeCompletionStringForDecl()
3587 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in createCodeCompletionStringForDecl()
4594 AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() argument
4654 CCContext.getBaseType(), Builder); in AddObjCProperties()
4704 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), Builder); in AddObjCProperties()
4735 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
4744 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
4752 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
4759 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties()
4767 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5315 CodeCompletionContext CCContext(contextKind, ConvertedBaseType); in CodeCompleteMemberReferenceExpr() local
5316 CCContext.setPreferredType(PreferredType); in CodeCompleteMemberReferenceExpr()
5318 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteMemberReferenceExpr()
5378 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr()
5385 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr()
5447 CodeCompletionContext CCContext( in CodeCompleteObjCClassPropertyRefExpr() local
5450 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteObjCClassPropertyRefExpr()
5454 AddObjCProperties(CCContext, IFace, true, in CodeCompleteObjCClassPropertyRefExpr()
8042 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other); in CodeCompleteObjCPropertyDefinition() local
8044 CodeCompleter->getCodeCompletionTUInfo(), CCContext); in CodeCompleteObjCPropertyDefinition()
8064 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
8068 AddObjCProperties(CCContext, in CodeCompleteObjCPropertyDefinition()