Home | History | Annotate | Download | only in Lex

Lines Matching defs:ExpansionInfo

979     const SrcMgr::ExpansionInfo &Expansion = E->getExpansion();
1011 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
1013 StringRef ExpansionBuffer = SM.getBufferData(ExpansionInfo.first);
1014 return ExpansionBuffer.substr(ExpansionInfo.second, MacroTokenLength);