Home | History | Annotate | Download | only in Serialization

Lines Matching refs:isBuiltinMacro

1703     // been redefined by the header (in which case they are not isBuiltinMacro).
1710 if (MI->isBuiltinMacro() ||
1819 Record.push_back(ME->isBuiltinMacro());
1820 if (ME->isBuiltinMacro())
2483 return !Macro->isBuiltinMacro() && (!IsModule || Macro->isPublic());