Home | History | Annotate | Download | only in Basic

Lines Matching refs:AddLineNote

194 /// AddLineNote - Add a line note to the line table that indicates that there
197 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset,
223 /// AddLineNote This is the same as the previous version of AddLineNote, but is
228 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset,
295 /// AddLineNote - Add a line note to the line table for the FileID and offset
298 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
314 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID);
317 /// AddLineNote - Add a GNU line marker to the line table.
318 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
327 return AddLineNote(Loc, LineNo, FilenameID);
359 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID,