Home | History | Annotate | Download | only in Basic

Lines Matching refs:getDecomposedLoc

908     std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
968 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
1026 std::pair<FileID, unsigned> DecompLoc = getDecomposedLoc(Loc);
1861 std::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1940 std::tie(FID, Offset) = getDecomposedLoc(Loc);
1986 DecompLoc = getDecomposedLoc(UpperLoc);
2040 std::pair<FileID, unsigned> LOffs = getDecomposedLoc(LHS);
2041 std::pair<FileID, unsigned> ROffs = getDecomposedLoc(RHS);
2043 // getDecomposedLoc may have failed to return a valid FileID because, e.g. it