Searched refs:CacheCodeCompletionResults (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/include/clang/Frontend/ |
D | ASTUnit.h | 363 void CacheCodeCompletionResults(); 758 bool CacheCodeCompletionResults = false, 784 bool CacheCodeCompletionResults = false, 827 bool CacheCodeCompletionResults = false,
|
/external/clang/include/clang/Frontend/ |
D | ASTUnit.h | 416 void CacheCodeCompletionResults(); 788 bool CacheCodeCompletionResults = false, 814 bool CacheCodeCompletionResults = false, 850 bool CacheCodeCompletionResults = false,
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 558 bool CacheCodeCompletionResults = false; in clang_indexSourceFile_Impl() local 568 CacheCodeCompletionResults in clang_indexSourceFile_Impl() 589 CacheCodeCompletionResults, in clang_indexSourceFile_Impl()
|
D | CIndex.cpp | 3199 bool CacheCodeCompletionResults in clang_parseTranslationUnit_Impl() local 3284 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 589 bool CacheCodeCompletionResults = false; in clang_indexSourceFile_Impl() local 599 CacheCodeCompletionResults in clang_indexSourceFile_Impl() 620 CacheCodeCompletionResults, /*UserFilesAreVolatile=*/true); in clang_indexSourceFile_Impl()
|
D | CIndex.cpp | 3527 bool CacheCodeCompletionResults = in clang_parseTranslationUnit_Impl() local 3634 TUKind, CacheCodeCompletionResults, IncludeBriefCommentsInCodeCompletion, in clang_parseTranslationUnit_Impl()
|
/external/llvm-project/clang/lib/Frontend/ |
D | ASTUnit.cpp | 364 void ASTUnit::CacheCodeCompletionResults() { in CacheCodeCompletionResults() function in ASTUnit 1519 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, in LoadFromCompilerInvocationAction() argument 1542 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction() 1698 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1707 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation() 1736 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument 1795 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine() 1875 CacheCodeCompletionResults(); in Reparse()
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 337 void ASTUnit::CacheCodeCompletionResults() { in CacheCodeCompletionResults() function in ASTUnit 1737 unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, in LoadFromCompilerInvocationAction() argument 1761 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction() 1908 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCompilerInvocation() argument 1917 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation() 1945 bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, in LoadFromCommandLine() argument 1998 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine() 2072 CacheCodeCompletionResults(); in Reparse()
|