• Home
  • Raw
  • Download

Lines Matching refs:CCContext

2579                                          const CodeCompletionContext &CCContext,  in CreateCodeCompletionString()  argument
2583 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString()
2596 const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
2710 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result); in CreateCodeCompletionString()
2832 if (!CCContext.getBaseType().isNull()) in CreateCodeCompletionString()
2833 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in CreateCodeCompletionString()
3576 static void AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() argument
3604 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), in AddObjCProperties()
3620 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
3626 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
3632 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
3637 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties()
3644 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
3688 CodeCompletionContext CCContext(contextKind, BaseType); in CodeCompleteMemberReferenceExpr() local
3691 CCContext, in CodeCompleteMemberReferenceExpr()
3731 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr()
3737 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr()
6158 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other); in CodeCompleteObjCPropertyDefinition() local
6161 CCContext); in CodeCompleteObjCPropertyDefinition()
6182 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
6186 AddObjCProperties(CCContext, in CodeCompleteObjCPropertyDefinition()