Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp244 ShouldCacheCodeCompletionResults(false), in ASTUnit()
1532 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()
1689 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()
1777 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()
1855 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h245 bool ShouldCacheCodeCompletionResults : 1; variable