Home
last modified time | relevance | path

Searched refs:CacheCodeCompletionResults (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h362 void CacheCodeCompletionResults();
760 bool CacheCodeCompletionResults = false,
786 bool CacheCodeCompletionResults = false,
829 bool CacheCodeCompletionResults = false,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp592 bool CacheCodeCompletionResults = false; in clang_indexSourceFile_Impl() local
602 CacheCodeCompletionResults in clang_indexSourceFile_Impl()
623 CacheCodeCompletionResults, /*UserFilesAreVolatile=*/true); in clang_indexSourceFile_Impl()
H A DCIndex.cpp3792 bool CacheCodeCompletionResults = in clang_parseTranslationUnit_Impl() local
3901 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp364 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()