Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Raw

2482   unsigned Raw = L.getRawEncoding();
2484 L = SourceLocation::getFromRawEncoding((Raw & MacroBit) |
2485 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second));