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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h940 const CodeCompletionContext &CCContext,
946 const CodeCompletionContext &CCContext,
960 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
965 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1948 const CodeCompletionContext &CCContext,
1994 /*IncludeBriefComments=*/false, CCContext, Policy);
3224 Sema &S, const CodeCompletionContext &CCContext,
3227 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator,
3284 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext,
3316 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy);
3341 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
3345 CCContext, Policy);
3372 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
3395 AddResultTypeChunk(Ctx, Policy, Function, CCContext
1947 AddOverrideResults(ResultBuilder &Results, const CodeCompletionContext &CCContext, CodeCompletionBuilder &Builder) argument
3223 CreateCodeCompletionString( Sema &S, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
3283 CreateCodeCompletionString( ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, CodeCompletionAllocator &Allocator, CodeCompletionTUInfo &CCTUInfo, bool IncludeBriefComments) argument
3339 createCodeCompletionStringForOverride( Preprocessor &PP, ASTContext &Ctx, CodeCompletionBuilder &Result, bool IncludeBriefComments, const CodeCompletionContext &CCContext, PrintingPolicy &Policy) argument
3370 createCodeCompletionStringForDecl( Preprocessor &PP, ASTContext &Ctx, CodeCompletionBuilder &Result, bool IncludeBriefComments, const CodeCompletionContext &CCContext, PrintingPolicy &Policy) argument
4536 AddObjCProperties(const CodeCompletionContext &CCContext, ObjCContainerDecl *Container, bool AllowCategories, bool AllowNullaryMethods, DeclContext *CurContext, AddedPropertiesSet &AddedProperties, ResultBuilder &Results, bool IsBaseExprStatement = false, bool IsClassProperty = false, bool InOriginalClass = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp383 CodeCompletionContext CCContext(CodeCompletionContext::CCC_TopLevel);
391 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
454 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,
475 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo,

Completed in 86 milliseconds