Lines Matching refs:CCContext
1948 const CodeCompletionContext &CCContext, in AddOverrideResults() argument
1994 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults()
3228 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3231 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString()
3288 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3320 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3345 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3349 CCContext, Policy); in createCodeCompletionStringForOverride()
3376 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3399 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3420 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3532 if (!CCContext.getBaseType().isNull()) in createCodeCompletionStringForDecl()
3533 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in createCodeCompletionStringForDecl()
4540 AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() argument
4600 CCContext.getBaseType(), Builder); in AddObjCProperties()
4650 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), Builder); in AddObjCProperties()
4681 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
4690 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
4698 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
4705 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties()
4713 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5169 CodeCompletionContext CCContext(contextKind, ConvertedBaseType); in CodeCompleteMemberReferenceExpr() local
5170 CCContext.setPreferredType(PreferredType); in CodeCompleteMemberReferenceExpr()
5172 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteMemberReferenceExpr()
5232 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr()
5239 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr()
5301 CodeCompletionContext CCContext( in CodeCompleteObjCClassPropertyRefExpr() local
5304 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteObjCClassPropertyRefExpr()
5308 AddObjCProperties(CCContext, IFace, true, in CodeCompleteObjCClassPropertyRefExpr()
7880 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other); in CodeCompleteObjCPropertyDefinition() local
7882 CodeCompleter->getCodeCompletionTUInfo(), CCContext); in CodeCompleteObjCPropertyDefinition()
7902 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
7906 AddObjCProperties(CCContext, in CodeCompleteObjCPropertyDefinition()