Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h973 bool UseGlobalIndex; variable
1561 bool UseGlobalIndex = true,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp4165 if (TriedLoadingGlobalIndex || !UseGlobalIndex || in loadGlobalIndex()
4187 return PP.getLangOpts().Modules && UseGlobalIndex && in isGlobalIndexUnavailable()
9895 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
9910 UseGlobalIndex(UseGlobalIndex), CurrSwitchCaseStmts(&SwitchCaseStmts) { in ASTReader()