Searched defs:UseGlobalIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 998 bool UseGlobalIndex; global() variable
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 10314 ASTReader(Preprocessor & PP,InMemoryModuleCache & ModuleCache,ASTContext * Context,const PCHContainerReader & PCHContainerRdr,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,StringRef isysroot,DisableValidationForModuleKind DisableValidationKind,bool AllowASTWithCompilerErrors,bool AllowConfigurationMismatch,bool ValidateSystemInputs,bool ValidateASTInputFilesContent,bool UseGlobalIndex,std::unique_ptr<llvm::Timer> ReadTimer) ASTReader() argument
|