Lines Matching refs:CCContext
1983 const CodeCompletionContext &CCContext, in AddOverrideResults() argument
2029 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults()
3287 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3290 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString()
3347 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3379 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3404 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3408 CCContext, Policy); in createCodeCompletionStringForOverride()
3435 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3458 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3479 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3593 if (!CCContext.getBaseType().isNull()) in createCodeCompletionStringForDecl()
3594 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in createCodeCompletionStringForDecl()
4868 AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() argument
4928 CCContext.getBaseType(), Builder); in AddObjCProperties()
4978 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), Builder); in AddObjCProperties()
5009 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5018 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5026 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5033 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties()
5041 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5596 CodeCompletionContext CCContext(contextKind, ConvertedBaseType); in CodeCompleteMemberReferenceExpr() local
5597 CCContext.setPreferredType(PreferredType); in CodeCompleteMemberReferenceExpr()
5599 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteMemberReferenceExpr()
5659 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr()
5666 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr()
5728 CodeCompletionContext CCContext( in CodeCompleteObjCClassPropertyRefExpr() local
5731 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteObjCClassPropertyRefExpr()
5735 AddObjCProperties(CCContext, IFace, true, in CodeCompleteObjCClassPropertyRefExpr()
8532 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other); in CodeCompleteObjCPropertyDefinition() local
8534 CodeCompleter->getCodeCompletionTUInfo(), CCContext); in CodeCompleteObjCPropertyDefinition()
8554 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
8558 AddObjCProperties(CCContext, in CodeCompleteObjCPropertyDefinition()