HomeSort by relevance Sort by last modified time
    Searched defs:IsInteresting (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 492 bool IsInteresting = RawID & 0x01;
493 return std::make_pair(k, IsInteresting);
ASTReader.cpp 776 bool IsInteresting = RawID & 0x01;
796 if (!IsInteresting) {
    [all...]

Completed in 77 milliseconds