Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Raw

2285   unsigned Raw = L.getRawEncoding();
2287 L = SourceLocation::getFromRawEncoding((Raw & MacroBit) |
2288 ((Raw & ~MacroBit) + Remap.find(Raw & ~MacroBit)->second));