Searched refs:Decomposed (Results 1 – 2 of 2) sorted by relevance
494 const std::pair<FileID, unsigned> &Decomposed = SM.getDecomposedLoc(L); in GenLoc() local495 const FileEntry *FE = SM.getFileEntryForID(Decomposed.first); in GenLoc()507 Out << '@' << Decomposed.second; in GenLoc()
4896 std::pair<FileID, unsigned> Decomposed = FromSM.getDecomposedLoc(FromLoc); in Import() local4898 return ToSM.getLocForStartOfFile(Import(Decomposed.first)) in Import()4899 .getLocWithOffset(Decomposed.second); in Import()