Lines Matching refs:LocInfo

276   std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc);  in AddLineNote()  local
279 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in AddLineNote()
296 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID, in AddLineNote()
947 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getSpellingLocSlowCase() local
948 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc(); in getSpellingLocSlowCase()
949 Loc = Loc.getLocWithOffset(LocInfo.second); in getSpellingLocSlowCase()
1007 std::pair<FileID, unsigned> LocInfo = getDecomposedLoc(Loc); in getImmediateSpellingLoc() local
1008 Loc = getSLocEntry(LocInfo.first).getExpansion().getSpellingLoc(); in getImmediateSpellingLoc()
1009 return Loc.getLocWithOffset(LocInfo.second); in getImmediateSpellingLoc()
1156 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(SL); in getCharacterData() local
1160 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &CharDataInvalid); in getCharacterData()
1172 return Buffer ? Buffer->getBufferStart() + LocInfo.second in getCharacterData()
1235 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingColumnNumber() local
1236 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid); in getSpellingColumnNumber()
1242 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionColumnNumber() local
1243 return getColumnNumber(LocInfo.first, LocInfo.second, Invalid); in getExpansionColumnNumber()
1442 std::pair<FileID, unsigned> LocInfo = getDecomposedSpellingLoc(Loc); in getSpellingLineNumber() local
1443 return getLineNumber(LocInfo.first, LocInfo.second); in getSpellingLineNumber()
1448 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getExpansionLineNumber() local
1449 return getLineNumber(LocInfo.first, LocInfo.second); in getExpansionLineNumber()
1469 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getFileCharacteristic() local
1470 const SLocEntry *SEntry = getSLocEntryForFile(LocInfo.first); in getFileCharacteristic()
1484 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second); in getFileCharacteristic()
1518 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in getPresumedLoc() local
1521 const SLocEntry &Entry = getSLocEntry(LocInfo.first, &Invalid); in getPresumedLoc()
1531 FileID FID = LocInfo.first; in getPresumedLoc()
1538 unsigned LineNo = getLineNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc()
1541 unsigned ColNo = getColumnNumber(LocInfo.first, LocInfo.second, &Invalid); in getPresumedLoc()
1553 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second)) { in getPresumedLoc()
1566 unsigned MarkerLineNo = getLineNumber(LocInfo.first, Entry->FileOffset); in getPresumedLoc()
1573 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1593 std::pair<FileID, unsigned> LocInfo = getDecomposedExpansionLoc(Loc); in isInMainFile() local
1595 const SLocEntry *Entry = getSLocEntryForFile(LocInfo.first); in isInMainFile()
1604 LineTable->FindNearestLineEntry(LocInfo.first, LocInfo.second)) in isInMainFile()