Home | History | Annotate | Download | only in AST

Lines Matching refs:Decomposed

4317   std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc);
4319 return ToSM.getLocForStartOfFile(Import(Decomposed.first))
4320 .getLocWithOffset(Decomposed.second);