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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h363 void CacheCodeCompletionResults();
759 bool CacheCodeCompletionResults = false,
785 bool CacheCodeCompletionResults = false,
828 bool CacheCodeCompletionResults = false,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp364 void ASTUnit::CacheCodeCompletionResults() { function in class:ASTUnit
1508 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults,
1531 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1679 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1688 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1717 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1776 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1856 CacheCodeCompletionResults();
1502 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
1673 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
1710 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, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp589 bool CacheCodeCompletionResults = false; local
599 CacheCodeCompletionResults
620 CacheCodeCompletionResults, /*UserFilesAreVolatile=*/true);
H A DCIndex.cpp3568 bool CacheCodeCompletionResults = local
3675 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion,

Completed in 310 milliseconds