Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h954 bool UseGlobalIndex; variable
1511 bool UseGlobalIndex = true,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp4121 if (TriedLoadingGlobalIndex || !UseGlobalIndex || in loadGlobalIndex()
4143 return PP.getLangOpts().Modules && UseGlobalIndex && in isGlobalIndexUnavailable()
11625 bool ValidateASTInputFilesContent, bool UseGlobalIndex, in ASTReader() argument
11640 UseGlobalIndex(UseGlobalIndex), CurrSwitchCaseStmts(&SwitchCaseStmts) { in ASTReader()