Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h1438 bool hasGlobalIndex() const { return (bool)GlobalIndex; } in hasGlobalIndex() function
/external/clang/lib/Serialization/
DASTReader.cpp3431 !hasGlobalIndex() && TriedLoadingGlobalIndex; in isGlobalIndexUnavailable()