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 109 void AddLineNote(FileID FID, unsigned Offset,
111 void AddLineNote(FileID FID, unsigned Offset,
SourceManager.h     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 192 /// AddLineNote - Add a line note to the line table that indicates that there
195 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset,
221 /// AddLineNote This is the same as the previous version of AddLineNote, but is
226 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset,
293 /// AddLineNote - Add a line note to the line table for the FileID and offset
296 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo,
312 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID);
315 /// AddLineNote - Add a GNU line marker to the line table.
316 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
Pragma.cpp 444 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine()+1,
    [all...]

Completed in 182 milliseconds