Searched refs:CCContext (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 961 const CodeCompletionContext &CCContext, 967 const CodeCompletionContext &CCContext, 981 bool IncludeBriefComments, const CodeCompletionContext &CCContext, 986 bool IncludeBriefComments, const CodeCompletionContext &CCContext,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 2093 const CodeCompletionContext &CCContext, in AddOverrideResults() argument 2137 /*IncludeBriefComments=*/false, CCContext, Policy); in AddOverrideResults() 3546 Sema &S, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument 3549 return CreateCodeCompletionString(S.Context, S.PP, CCContext, Allocator, in CreateCodeCompletionString() 3606 ASTContext &Ctx, Preprocessor &PP, const CodeCompletionContext &CCContext, in CreateCodeCompletionString() argument 3638 PP, Ctx, Result, IncludeBriefComments, CCContext, Policy); in CreateCodeCompletionString() 3663 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForOverride() argument 3667 CCContext, Policy); in createCodeCompletionStringForOverride() 3701 bool IncludeBriefComments, const CodeCompletionContext &CCContext, in createCodeCompletionStringForDecl() argument 3724 AddResultTypeChunk(Ctx, Policy, Function, CCContext.getBaseType(), Result); in createCodeCompletionStringForDecl() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 380 CodeCompletionContext CCContext(CodeCompletionContext::CCC_TopLevel); in CacheCodeCompletionResults() local 388 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults() 451 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults() 472 *TheSema, CCContext, *CachedCompletionAllocator, CCTUInfo, in CacheCodeCompletionResults()
|