Searched defs:CacheCodeCompletionResults (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DIndexing.cpp605 bool CacheCodeCompletionResults = false; local
615 CacheCodeCompletionResults
636 CacheCodeCompletionResults,
H A DCIndex.cpp3091 bool CacheCodeCompletionResults local
3173 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion,
/external/clang/lib/Frontend/
H A DASTUnit.cpp337 void ASTUnit::CacheCodeCompletionResults() { function in class:ASTUnit
1729 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults,
1753 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1900 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1909 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1937 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1990 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
2063 CacheCodeCompletionResults();
1723 LoadFromCompilerInvocationAction( CompilerInvocation *CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1894 LoadFromCompilerInvocation( CompilerInvocation *CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, bool OnlyLocalDecls, bool CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1930 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST) argument

Completed in 134 milliseconds