Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp242 ShouldCacheCodeCompletionResults(false), in ASTUnit()
1566 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()
1723 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()
1820 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()
1898 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h247 bool ShouldCacheCodeCompletionResults : 1; variable