Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp578 getQueryScopes(CodeCompletionContext &CCContext, const Sema &CCSema, in getQueryScopes() argument
582 for (auto *Context : CCContext.getVisitedContexts()) { in getQueryScopes()
590 CCContext.getCXXScopeSpecifier().getValueOr(nullptr); in getQueryScopes()
716 CCContext(CodeCompletionContext::CCC_Other), Opts(Opts), in CompletionRecorder()
723 CodeCompletionContext CCContext; member
752 getCompletionKindString(this->CCContext.getKind())); in ProcessCodeCompleteResults()
757 CCContext = Context; in ProcessCodeCompleteResults()
813 *CCSema, CCContext, *CCAllocator, CCTUInfo, in codeCompletionString()
1300 CCContextKind = Recorder->CCContext.getKind(); in run()
1301 IsUsingDeclaration = Recorder->CCContext.isUsingDeclaration(); in run()
[all …]
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h940 const CodeCompletionContext &CCContext,
946 const CodeCompletionContext &CCContext,
960 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
965 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp1948 const CodeCompletionContext &CCContext, in AddOverrideResults() argument
1994 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults()
3228 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3231 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString()
3288 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3320 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3345 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument
3349 CCContext, Policy); in createCodeCompletionStringForOverride()
3376 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument
3399 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl()
[all …]
/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/llvm-project/clang/lib/Frontend/
DASTUnit.cpp384 CodeCompletionContext CCContext(CodeCompletionContext::CCC_TopLevel); in CacheCodeCompletionResults() local
392 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
455 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
476 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
/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()