Home | History | Annotate | Download | only in Basic

Lines Matching defs:Filename

179   // Look up the filename in the string table, returning the pre-existing value
230 assert(FilenameID != -1 && "Unspecified filename should use other accessor");
284 /// getLineTableFilenameID - Return the uniqued ID for the specified filename.
320 // If there is no filename and no flags, this is treated just like a #line,
324 "Can't set flags without setting the filename!");
1432 /// Return the filename or buffer identifier of the buffer the location is in.
1468 const char *Filename;
1470 Filename = C->OrigEntry->getName();
1472 Filename = C->getBuffer(Diag, *this)->getBufferIdentifier();
1490 // If the LineEntry indicates a filename, use it.
1492 Filename = LineTable->getFilename(Entry->FilenameID);
1511 return PresumedLoc(Filename, LineNo, ColNo, IncludeLoc);
1628 SourceFileName = llvm::sys::path::filename(SourceFile->getName());
1629 if (*SourceFileName == llvm::sys::path::filename(MainFile->getName())) {
1680 (SourceFileName = llvm::sys::path::filename(SourceFile->getName()))) &&
1696 *SourceFileName == llvm::sys::path::filename(Entry->getName())) {