Home | History | Annotate | Download | only in Lex

Lines Matching refs:getDecomposedLoc

305   std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(loc);
443 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
466 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
533 std::pair<FileID, unsigned> FileLocInfo = SM.getDecomposedLoc(FileLoc);
535 = SM.getDecomposedLoc(BeginFileLoc);
788 std::pair<FileID, unsigned> infoLoc = SM.getDecomposedLoc(loc);
854 llvm::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin);
908 llvm::tie(FID, BeginOffs) = SM.getDecomposedLoc(Begin);
941 std::pair<FileID, unsigned> beginInfo = SM.getDecomposedLoc(Range.getBegin());
1007 std::pair<FileID, unsigned> ExpansionInfo = SM.getDecomposedLoc(Loc);
1178 std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);