Home | History | Annotate | Download | only in Basic

Lines Matching refs:getDecomposedLoc

892     std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
952 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
1752 llvm::tie(SpellFID, SpellRelativeOffs) = getDecomposedLoc(SpellLoc);
1831 llvm::tie(FID, Offset) = getDecomposedLoc(Loc);
1867 Loc = SM.getDecomposedLoc(UpperLoc);
1906 std::pair<FileID, unsigned> LOffs = getDecomposedLoc(LHS);
1907 std::pair<FileID, unsigned> ROffs = getDecomposedLoc(RHS);