HomeSort by relevance Sort by last modified time
    Searched refs:AddLineNote (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
SourceManagerInternals.h 107 void AddLineNote(int FID, unsigned Offset,
109 void AddLineNote(int FID, unsigned Offset,
SourceManager.h     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 191 /// AddLineNote - Add a line note to the line table that indicates that there
194 void LineTableInfo::AddLineNote(int FID, unsigned Offset,
220 /// AddLineNote This is the same as the previous version of AddLineNote, but is
225 void LineTableInfo::AddLineNote(int FID, unsigned Offset,
292 /// AddLineNote - Add a line note to the line table for the FileID and offset
295 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
311 LineTable->AddLineNote(LocInfo.first.ID, LocInfo.second, LineNo, FilenameID);
314 /// AddLineNote - Add a GNU line marker to the line table.
315 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 846 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID);
    [all...]
Pragma.cpp 410 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine(), FilenameID,
    [all...]

Completed in 188 milliseconds