Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp224 ShouldCacheCodeCompletionResults(false), in ASTUnit()
1761 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocationAction()
1917 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCompilerInvocation()
1998 AST->ShouldCacheCodeCompletionResults = CacheCodeCompletionResults; in LoadFromCommandLine()
2070 if (!Result && ShouldCacheCodeCompletionResults && in Reparse()
/external/clang/include/clang/Frontend/
DASTUnit.h297 bool ShouldCacheCodeCompletionResults : 1; variable