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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h930 bool UseGlobalIndex; member in class:clang::ASTReader
1472 /// \param UseGlobalIndex If true, the AST reader will try to load and use
1485 bool UseGlobalIndex = true,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4079 if (TriedLoadingGlobalIndex || !UseGlobalIndex ||
4101 return PP.getLangOpts().Modules && UseGlobalIndex &&
11445 bool ValidateASTInputFilesContent, bool UseGlobalIndex,
11460 UseGlobalIndex(UseGlobalIndex), CurrSwitchCaseStmts(&SwitchCaseStmts) {

Completed in 90 milliseconds