Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h841 bool UseGlobalIndex; variable
1324 bool ValidateSystemInputs = false, bool UseGlobalIndex = true,
/external/clang/lib/Serialization/
DASTReader.cpp3411 if (TriedLoadingGlobalIndex || !UseGlobalIndex || in loadGlobalIndex()
3430 return Context.getLangOpts().Modules && UseGlobalIndex && in isGlobalIndexUnavailable()
8694 bool UseGlobalIndex, in ASTReader() argument
8709 UseGlobalIndex(UseGlobalIndex), TriedLoadingGlobalIndex(false), in ASTReader()