Searched refs:CacheCodeCompletionResults (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 363 void CacheCodeCompletionResults(); 761 bool CacheCodeCompletionResults = false, 787 bool CacheCodeCompletionResults = false, 830 bool CacheCodeCompletionResults = false,
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | Indexing.cpp | 592 bool CacheCodeCompletionResults = false; in clang_indexSourceFile_Impl() local 602 CacheCodeCompletionResults in clang_indexSourceFile_Impl() 623 CacheCodeCompletionResults, /*UserFilesAreVolatile=*/true); in clang_indexSourceFile_Impl()
|
| H A D | CIndex.cpp | 3764 bool CacheCodeCompletionResults = in clang_parseTranslationUnit_Impl() local 3871 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 364 void ASTUnit::CacheCodeCompletionResults() { in CacheCodeCompletionResults() function in ASTUnit 1506 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, in LoadFromCompilerInvocationAction() argument 1529 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction() 1677 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1686 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation() 1715 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument 1777 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine() 1857 CacheCodeCompletionResults(); in Reparse()
|