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

/external/clang/include/clang/Serialization/
H A DASTReader.h841 bool UseGlobalIndex; member in class:clang::ASTReader
1313 /// \param UseGlobalIndex If true, the AST reader will try to load and use
1324 bool ValidateSystemInputs = false, bool UseGlobalIndex = true,
/external/clang/lib/Serialization/
H A DASTReader.cpp3411 if (TriedLoadingGlobalIndex || !UseGlobalIndex ||
3430 return Context.getLangOpts().Modules && UseGlobalIndex &&
8694 bool UseGlobalIndex,
8709 UseGlobalIndex(UseGlobalIndex), TriedLoadingGlobalIndex(false),

Completed in 98 milliseconds