Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1736 bool hasGlobalIndex() const { return (bool)GlobalIndex; } in hasGlobalIndex() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4372 !hasGlobalIndex() && TriedLoadingGlobalIndex; in isGlobalIndexUnavailable()