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

/external/clang/tools/libclang/
H A DIndexing.cpp627 bool CacheCodeCompletionResults = false; local
635 CacheCodeCompletionResults
655 CacheCodeCompletionResults,
H A DCIndex.cpp2951 bool CacheCodeCompletionResults local
3027 CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion,
/external/clang/lib/Frontend/
H A DASTUnit.cpp336 void ASTUnit::CacheCodeCompletionResults() { function in class:ASTUnit
1708 bool PrecompilePreamble, bool CacheCodeCompletionResults,
1732 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1872 TranslationUnitKind TUKind, bool CacheCodeCompletionResults,
1881 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
1911 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion,
1961 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults;
2030 CacheCodeCompletionResults();
1704 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
1869 LoadFromCompilerInvocation( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1905 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

Completed in 377 milliseconds