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