Home
last modified time | relevance | path

Searched refs:CCContext (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h770 const CodeCompletionContext &CCContext,
776 const CodeCompletionContext &CCContext,
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2579 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()
[all …]
/external/clang/lib/Frontend/
DASTUnit.cpp357 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()