Home | History | Annotate | Download | only in Serialization

Lines Matching refs:IsModule

750                                     bool IsModule) {
753 (IsModule ? II.hasRevertedBuiltin() : II.getObjCOrBuiltinID()) ||
755 (!(IsModule && Reader.getContext().getLangOpts().CPlusPlus) &&
789 bool IsModule = Reader.PP.getCurrentModule() != nullptr;
790 if (isInterestingIdentifier(Reader, *II, IsModule))
819 if (!F.isModule())
3565 bool IsModule = PP.getCurrentModule() != nullptr;
3566 if (isInterestingIdentifier(*this, II, IsModule))
7545 if (F->isModule())