Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h938 bool UseGlobalIndex; variable
1491 bool ValidateSystemInputs = false, bool UseGlobalIndex = true,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp3800 if (TriedLoadingGlobalIndex || !UseGlobalIndex || in loadGlobalIndex()
3819 return PP.getLangOpts().Modules && UseGlobalIndex && in isGlobalIndexUnavailable()
11610 bool UseGlobalIndex, in ASTReader() argument
11626 UseGlobalIndex(UseGlobalIndex), CurrSwitchCaseStmts(&SwitchCaseStmts) { in ASTReader()