Lines Matching defs:LocInfo
273 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
276 SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
293 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID,
919 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
920 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
921 Loc = Loc.getLocWithOffset(LocInfo.second);
979 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
980 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
981 return Loc.getLocWithOffset(LocInfo.second);
1128 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);
1132 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid);
1144 return Buffer ? Buffer->getBufferStart() + LocInfo.second
1207 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1208 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid);
1214 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1215 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid);
1415 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1416 return getLineNumber(LocInfo.first, LocInfo.second);
1421 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1422 return getLineNumber(LocInfo.first, LocInfo.second);
1442 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1443 const SLocEntry *SEntry = getSLocEntryForFile(LocInfo.first);
1457 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second);
1491 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1494 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
1504 FileID FID = LocInfo.first;
1511 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid);
1514 unsigned ColNo = getColumnNumber(LocInfo.first, LocInfo.second, &Invalid);
1526 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second)) {
1539 unsigned MarkerLineNo = getLineNumber(LocInfo.first, Entry->FileOffset);
1546 IncludeLoc = getLocForStartOfFile(LocInfo.first);
1566 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1568 const SLocEntry *Entry = getSLocEntryForFile(LocInfo.first);
1577 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second))