Searched refs:CCContext (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 768 const CodeCompletionContext &CCContext, 774 const CodeCompletionContext &CCContext,
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2567 const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument 2571 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString() 2584 const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument 2698 AddResultTypeChunk(Ctx, Policy, ND, CCContext.getBaseType(), Result); in CreateCodeCompletionString() 2820 if (!CCContext.getBaseType().isNull()) in CreateCodeCompletionString() 2821 ObjCSubsts = CCContext.getBaseType()->getObjCSubstitutions(Method); in CreateCodeCompletionString() 3563 static void AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() argument 3591 AddResultTypeChunk(Context, Policy, M, CCContext.getBaseType(), in AddObjCProperties() 3607 AddObjCProperties(CCContext, P, AllowCategories, AllowNullaryMethods, in AddObjCProperties() 3613 AddObjCProperties(CCContext, Cat, AllowCategories, AllowNullaryMethods, in AddObjCProperties() [all …]
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 357 CodeCompletionContext CCContext(CodeCompletionContext::CCC_TopLevel); in CacheCodeCompletionResults() local 365 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults() 428 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults() 449 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
|