Home
last modified time | relevance | path

Searched refs:isGlobalIndexUnavailable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1751 bool isGlobalIndexUnavailable() const;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp85 (TheASTReader && TheASTReader->isGlobalIndexUnavailable() && in shouldBuildGlobalModuleIndex()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4370 bool ASTReader::isGlobalIndexUnavailable() const { in isGlobalIndexUnavailable() function in ASTReader