Home | History | Annotate | Download | only in Basic

Lines Matching defs:LocInfo

291   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
294 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
303 getLineTable().AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID);
319 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
322 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
347 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID,
908 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
909 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
910 Loc = Loc.getLocWithOffset(LocInfo.second);
968 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc);
969 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc();
970 return Loc.getLocWithOffset(LocInfo.second);
1104 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL);
1108 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid);
1119 return Buffer->getBufferStart() + (CharDataInvalid? 0 : LocInfo.second);
1173 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1174 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid);
1180 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1181 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid);
1380 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc);
1381 return getLineNumber(LocInfo.first, LocInfo.second);
1386 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1387 return getLineNumber(LocInfo.first, LocInfo.second);
1406 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1408 const SLocEntry &SEntry = getSLocEntry(LocInfo.first, &Invalid);
1422 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second);
1454 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1457 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
1473 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid);
1476 unsigned ColNo = getColumnNumber(LocInfo.first, LocInfo.second, &Invalid);
1488 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second)) {
1497 unsigned MarkerLineNo = getLineNumber(LocInfo.first, Entry->FileOffset);
1504 IncludeLoc = getLocForStartOfFile(LocInfo.first);
1524 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);
1527 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid);
1536 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second))