Lines Matching refs:CCContext
2074 const CodeCompletionContext &CCContext, in AddOverrideResults() argument
2120 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults()
3384 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3387 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString()
3444 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3476 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3501 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3505 CCContext, Policy); in createCodeCompletionStringForOverride()
3532 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3555 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3576 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
3705 if (!CCContext.getBaseType().isNull()) in createCodeCompletionStringForDecl()
3706 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in createCodeCompletionStringForDecl()
4985 AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() argument
5045 CCContext.getBaseType(), Builder); in AddObjCProperties()
5095 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), Builder); in AddObjCProperties()
5126 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5135 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5143 AddObjCProperties(CCContext, I, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5150 AddObjCProperties(CCContext, IFace->getSuperClass(), AllowCategories, in AddObjCProperties()
5158 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties()
5728 CodeCompletionContext CCContext(contextKind, ConvertedBaseType); in CodeCompleteMemberReferenceExpr() local
5729 CCContext.setPreferredType(PreferredType); in CodeCompleteMemberReferenceExpr()
5731 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteMemberReferenceExpr()
5791 AddObjCProperties(CCContext, ObjCPtr->getInterfaceDecl(), true, in CodeCompleteMemberReferenceExpr()
5798 AddObjCProperties(CCContext, I, true, /*AllowNullaryMethods=*/true, in CodeCompleteMemberReferenceExpr()
5860 CodeCompletionContext CCContext( in CodeCompleteObjCClassPropertyRefExpr() local
5863 CodeCompleter->getCodeCompletionTUInfo(), CCContext, in CodeCompleteObjCClassPropertyRefExpr()
5867 AddObjCProperties(CCContext, IFace, true, in CodeCompleteObjCClassPropertyRefExpr()
8694 CodeCompletionContext CCContext(CodeCompletionContext::CCC_Other); in CodeCompleteObjCPropertyDefinition() local
8696 CodeCompleter->getCodeCompletionTUInfo(), CCContext); in CodeCompleteObjCPropertyDefinition()
8716 AddObjCProperties(CCContext, ClassImpl->getClassInterface(), false, in CodeCompleteObjCPropertyDefinition()
8720 AddObjCProperties(CCContext, in CodeCompleteObjCPropertyDefinition()