Home
last modified time | relevance | path

Searched refs:ShouldCacheCodeCompletionResults (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp243 ShouldCacheCodeCompletionResults(false), in ASTUnit()
1579 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()
1736 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()
1833 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()
1911 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h247 bool ShouldCacheCodeCompletionResults : 1; variable