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

/openbsd-current/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-current/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp364 void ASTUnit::CacheCodeCompletionResults() { function in class:ASTUnit
1534 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults,
1557 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1705 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1714 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1743 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1804 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1884 CacheCodeCompletionResults();
1528 LoadFromCompilerInvocationAction( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1699 LoadFromCompilerInvocation( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1736 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, bool RetainExcludedConditionalBlocks, std::optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp592 bool CacheCodeCompletionResults = false; local
602 CacheCodeCompletionResults
623 CacheCodeCompletionResults, /*UserFilesAreVolatile=*/true);
H A DCIndex.cpp3792 bool CacheCodeCompletionResults = local
3901 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion,

Completed in 196 milliseconds