Searched refs:AddLineNote (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h104 void AddLineNote(FileID FID, unsigned Offset,
106 void AddLineNote(FileID FID, unsigned Offset,
H A DSourceManager.h1395 void AddLineNote(SourceLocation Loc, unsigned LineNo, int FilenameID);
1396 void AddLineNote(SourceLocation Loc, unsigned LineNo, int FilenameID,
/external/clang/lib/Basic/
H A DSourceManager.cpp187 /// AddLineNote - Add a line note to the line table that indicates that there
190 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, function in class:LineTableInfo
216 /// AddLineNote This is the same as the previous version of AddLineNote, but is
221 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, function in class:LineTableInfo
286 /// AddLineNote - Add a line note to the line table for the FileID and offset
289 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, function in class:SourceManager
303 getLineTable().AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID);
306 /// AddLineNote - Add a GNU line marker to the line table.
307 void SourceManager::AddLineNote(SourceLocatio function in class:SourceManager
[all...]
/external/clang/lib/Lex/
H A DPPDirectives.cpp1195 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID);
1333 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID,
H A DPragma.cpp447 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine()+1,

Completed in 215 milliseconds