Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp640 getQueryScopes(CodeCompletionContext &CCContext, const Sema &CCSema, in getQueryScopes() argument
644 for (auto *Context : CCContext.getVisitedContexts()) { in getQueryScopes()
652 CCContext.getCXXScopeSpecifier().value_or(nullptr); in getQueryScopes()
779 CCContext(CodeCompletionContext::CCC_Other), Opts(Opts), in CompletionRecorder()
786 CodeCompletionContext CCContext; member
815 getCompletionKindString(this->CCContext.getKind())); in ProcessCodeCompleteResults()
820 CCContext = Context; in ProcessCodeCompleteResults()
884 *CCSema, CCContext, *CCAllocator, CCTUInfo, in codeCompletionString()
1458 CCContextKind = Recorder->CCContext.getKind(); in run()
1459 IsUsingDeclaration = Recorder->CCContext.isUsingDeclaration(); in run()
[all …]
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h946 const CodeCompletionContext &CCContext,
952 const CodeCompletionContext &CCContext,
966 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
971 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp2029 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults()
3287 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument
3379 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString()
3593 if (!CCContext.getBaseType().isNull()) in createCodeCompletionStringForDecl()
4868 AddObjCProperties(const CodeCompletionContext &CCContext, in AddObjCProperties() argument
4928 CCContext.getBaseType(), Builder); in AddObjCProperties()
5596 CodeCompletionContext CCContext(contextKind, ConvertedBaseType); in CodeCompleteMemberReferenceExpr() local
5597 CCContext.setPreferredType(PreferredType); in CodeCompleteMemberReferenceExpr()
5728 CodeCompletionContext CCContext( in CodeCompleteObjCClassPropertyRefExpr() local
5735 AddObjCProperties(CCContext, IFace, true, in CodeCompleteObjCClassPropertyRefExpr()
[all …]
/llvm-project-15.0.7/clang/lib/Frontend/
H A 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()