Searched defs:CCContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp2567 const CodeCompletionContext &CCContext,
2571 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator,
2584 const CodeCompletionContext &CCContext,
2698 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result);
2820 if (!CCContext.getBaseType().isNull())
2821 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method);
3563 static void AddObjCProperties(const CodeCompletionContext &CCContext, argument
3591 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(),
3607 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods,
3613 AddObjCProperties(CCContext, Ca
2566 CreateCodeCompletionString(Sema &S, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
2582 CreateCodeCompletionString(ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
[all...]

Completed in 75 milliseconds