Lines Matching defs:out
109 // that we are in an inconsistent situation and error out as quickly as
195 "Adding line entries out of order!");
230 "Adding line entries out of order!");
483 // Make sure we're not about to run out of source locations.
566 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range");
579 "Ran out of source locations!");
619 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range");
628 "Ran out of source locations!");
2004 // out to ~250 items). We can make it larger if necessary.
2145 llvm::raw_ostream &out = llvm::errs();
2149 out << "SLocEntry <FileID " << ID << "> " << (Entry.isFile() ? "file" : "expansion")
2152 out << *NextStart << ">\n";
2154 out << "???\?>\n";
2158 out << " covers <FileID " << ID << ":" << int(ID + FI.NumCreatedFIDs)
2161 out << " included from " << FI.getIncludeLoc().getOffset() << "\n";
2163 out << " for " << (CC->OrigEntry ? CC->OrigEntry->getName() : "<none>")
2166 out << " contents overridden\n";
2168 out << " contents from "
2175 out
2176 out << " macro " << (EI.isMacroArgExpansion() ? "arg" : "body")