Home | History | Annotate | Download | only in Serialization

Lines Matching defs:MD

1848     MacroDirective *MD = nullptr;
1854 MD = PP.AllocateDefMacroDirective(MI, Loc);
1858 MD = PP.AllocateUndefMacroDirective(Loc);
1863 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic);
1868 Latest = MD;
1870 Earliest->setPrevious(MD);
1871 Earliest = MD;
4909 MacroDefinitionRecord *MD = new (PPRec) MacroDefinitionRecord(II, Range);
4912 DeserializationListener->MacroDefinitionRead(PPID, MD);
4914 return MD;
8398 ObjCMethodDecl *MD = cast<ObjCMethodDecl>(PB->first);
8399 if (!getContext().getLangOpts().Modules || !MD->hasBody())
8400 MD->setLazyBody(PB->second);