Searched defs:IsInteresting (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp489 bool IsInteresting = RawID & 0x01; local
490 return std::make_pair(k, IsInteresting);
H A DASTReader.cpp697 bool IsInteresting = RawID & 0x01; local
703 if (!IsInteresting) {

Completed in 573 milliseconds