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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h737 bool UseGlobalIndex; member in class:clang::ASTReader
1177 /// \param UseGlobalIndex If true, the AST reader will try to load and use
1182 bool UseGlobalIndex = true);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2879 if (TriedLoadingGlobalIndex || !UseGlobalIndex ||
2898 return Context.getLangOpts().Modules && UseGlobalIndex &&
7590 bool AllowASTWithCompilerErrors, bool UseGlobalIndex)
7597 UseGlobalIndex(UseGlobalIndex), TriedLoadingGlobalIndex(false),
7588 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot, bool DisableValidation, bool AllowASTWithCompilerErrors, bool UseGlobalIndex) argument

Completed in 67 milliseconds