Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp230 ShouldCacheCodeCompletionResults(false), in ASTUnit()
1750 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()
1899 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()
1979 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()
2046 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h295 bool ShouldCacheCodeCompletionResults : 1; variable