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

/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp492 bool IsInteresting = RawID & 0x01; local
493 return std::make_pair(k, IsInteresting);
H A DASTReader.cpp791 bool IsInteresting = RawID & 0x01; local
806 if (!IsInteresting) {

Completed in 167 milliseconds