Lines Matching refs:LocInfo

284   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);  in AddLineNote()  local
287 SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote()
304 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID, in AddLineNote()
904 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getSpellingLocSlowCase() local
905 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc(); in getSpellingLocSlowCase()
906 Loc = Loc.getLocWithOffset(LocInfo.second); in getSpellingLocSlowCase()
964 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getImmediateSpellingLoc() local
965 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc(); in getImmediateSpellingLoc()
966 return Loc.getLocWithOffset(LocInfo.second); in getImmediateSpellingLoc()
1113 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL); in getCharacterData() local
1117 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid); in getCharacterData()
1129 return Buffer ? Buffer->getBufferStart() + LocInfo.second in getCharacterData()
1192 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingColumnNumber() local
1193 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid); in getSpellingColumnNumber()
1199 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber() local
1200 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid); in getExpansionColumnNumber()
1400 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingLineNumber() local
1401 return getLineNumber(LocInfo.first, LocInfo.second); in getSpellingLineNumber()
1406 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber() local
1407 return getLineNumber(LocInfo.first, LocInfo.second); in getExpansionLineNumber()
1427 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic() local
1428 const SLocEntry *SEntry = getSLocEntryForFile(LocInfo.first); in getFileCharacteristic()
1442 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second); in getFileCharacteristic()
1476 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc() local
1479 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in getPresumedLoc()
1489 FileID FID = LocInfo.first; in getPresumedLoc()
1496 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc()
1499 unsigned ColNo = getColumnNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc()
1511 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second)) { in getPresumedLoc()
1524 unsigned MarkerLineNo = getLineNumber(LocInfo.first, Entry->FileOffset); in getPresumedLoc()
1531 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1551 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile() local
1553 const SLocEntry *Entry = getSLocEntryForFile(LocInfo.first); in isInMainFile()
1562 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second)) in isInMainFile()