Lines Matching refs:CCContext

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