Lines Matching refs:ME
1848 if (MacroExpansion *ME = dyn_cast<MacroExpansion>(*E)) {1850 AddSourceLocation(ME->getSourceRange().getBegin(), Record);1851 AddSourceLocation(ME->getSourceRange().getEnd(), Record);1852 AddIdentifierRef(ME->getName(), Record);1853 Record.push_back(getMacroDefinitionID(ME->getDefinition()));