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

/external/clang/include/clang/Frontend/
H A DASTUnit.h415 void CacheCodeCompletionResults();
763 bool PrecompilePreamble = false, bool CacheCodeCompletionResults = false,
783 bool CacheCodeCompletionResults = false,
812 bool CacheCodeCompletionResults = false,
/external/clang/lib/Frontend/
H A DASTUnit.cpp340 void ASTUnit::CacheCodeCompletionResults() { function in class:ASTUnit
1758 bool PrecompilePreamble, bool CacheCodeCompletionResults,
1782 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1921 TranslationUnitKind TUKind, bool CacheCodeCompletionResults,
1930 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1960 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
2015 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
2082 CacheCodeCompletionResults();
1754 LoadFromCompilerInvocationAction( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1918 LoadFromCompilerInvocation( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1954 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, std::unique_ptr<ASTUnit> *ErrAST) argument
/external/clang/tools/libclang/
H A DIndexing.cpp628 bool CacheCodeCompletionResults = false; local
636 CacheCodeCompletionResults
656 CacheCodeCompletionResults,
H A DCIndex.cpp2776 bool CacheCodeCompletionResults local
2852 CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion,

Completed in 87 milliseconds