Searched refs:ReadSLocEntry (Results 1 – 4 of 4) sorted by relevance
496 virtual bool ReadSLocEntry(int ID) = 0;
2045 bool ReadSLocEntry(int ID) override;
471 if (ExternalSLocEntries->ReadSLocEntry(-(static_cast<int>(Index) + 2))) { in loadSLocEntry()
1417 bool ASTReader::ReadSLocEntry(int ID) { in ReadSLocEntry() function in ASTReader