Searched refs:CCContext (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 962 const CodeCompletionContext &CCContext, 968 const CodeCompletionContext &CCContext, 982 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 987 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 2082 const CodeCompletionContext &CCContext, in AddOverrideResults() argument 2126 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults() 3390 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument 3393 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString() 3450 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument 3482 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString() 3507 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument 3511 CCContext, Policy); in createCodeCompletionStringForOverride() 3538 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument 3561 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 384 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()
|