Searched refs:CacheCodeCompletionResults (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 363 void CacheCodeCompletionResults(); 759 bool CacheCodeCompletionResults = false, 785 bool CacheCodeCompletionResults = false, 828 bool CacheCodeCompletionResults = false,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 364 void ASTUnit::CacheCodeCompletionResults() { in CacheCodeCompletionResults() function in ASTUnit 1508 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, in LoadFromCompilerInvocationAction() argument 1531 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction() 1679 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1688 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation() 1717 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument 1776 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine() 1856 CacheCodeCompletionResults(); in Reparse()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 589 bool CacheCodeCompletionResults = false; in clang_indexSourceFile_Impl() local 599 CacheCodeCompletionResults in clang_indexSourceFile_Impl() 620 CacheCodeCompletionResults, /*UserFilesAreVolatile=*/true); in clang_indexSourceFile_Impl()
|
H A D | CIndex.cpp | 3568 bool CacheCodeCompletionResults = in clang_parseTranslationUnit_Impl() local 3675 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|