Lines Matching refs:LocInfo

300   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
303 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
314 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID);
330 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
333 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
359 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID,
929 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
930 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
931 Loc = Loc.getLocWithOffset(LocInfo.second);
989 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
990 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
991 return Loc.getLocWithOffset(LocInfo.second);
1120 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);
1124 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid);
1136 return Buffer->getBufferStart() + (CharDataInvalid? 0 : LocInfo.second);
1190 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1191 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid);
1197 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1198 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid);
1423 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1424 return getLineNumber(LocInfo.first, LocInfo.second);
1429 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1430 return getLineNumber(LocInfo.first, LocInfo.second);
1449 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1451 const SLocEntry &SEntry = getSLocEntry(LocInfo.first, &Invalid);
1465 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second);
1497 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1500 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
1516 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid);
1519 unsigned ColNo = getColumnNumber(LocInfo.first, LocInfo.second, &Invalid);
1531 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second)) {
1540 unsigned MarkerLineNo = getLineNumber(LocInfo.first, Entry->FileOffset);
1547 IncludeLoc = getLocForStartOfFile(LocInfo.first);
1567 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1570 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
1579 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second))