Searched refs:CacheCodeCompletionResults (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 362 void CacheCodeCompletionResults(); 760 bool CacheCodeCompletionResults = false, 786 bool CacheCodeCompletionResults = false, 829 bool CacheCodeCompletionResults = false,
|
| /openbsd-src/gnu/llvm/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 | 3792 bool CacheCodeCompletionResults = in clang_parseTranslationUnit_Impl() local 3901 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 364 void ASTUnit::CacheCodeCompletionResults() { in CacheCodeCompletionResults() function in ASTUnit 1534 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, in LoadFromCompilerInvocationAction() argument 1557 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction() 1705 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1714 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation() 1743 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument 1804 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine() 1884 CacheCodeCompletionResults(); in Reparse()
|