Searched refs:getSLocEntryID (Results 1 – 4 of 4) sorted by relevance
559 virtual int getSLocEntryID(SourceLocation::UIntTy SLocOffset) = 0;
2369 int getSLocEntryID(SourceLocation::UIntTy SLocOffset) override;
891 return FileID::get(ExternalSLocEntries->getSLocEntryID(SLocOffset)); in getFileIDLoaded()
1717 int ASTReader::getSLocEntryID(SourceLocation::UIntTy SLocOffset) { in getSLocEntryID() function in ASTReader