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

/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h109 void AddLineNote(FileID FID, unsigned Offset,
111 void AddLineNote(FileID FID, unsigned Offset,
H A DSourceManager.h1362 void AddLineNote(SourceLocation Loc, unsigned LineNo, int FilenameID);
1363 void AddLineNote(SourceLocation Loc, unsigned LineNo, int FilenameID,
/external/clang/lib/Basic/
H A DSourceManager.cpp192 /// AddLineNote - Add a line note to the line table that indicates that there
195 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, function in class:LineTableInfo
221 /// AddLineNote This is the same as the previous version of AddLineNote, but is
226 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, function in class:LineTableInfo
293 /// AddLineNote - Add a line note to the line table for the FileID and offset
296 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, function in class:SourceManager
312 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID);
315 /// AddLineNote - Add a GNU line marker to the line table.
316 void SourceManager::AddLineNote(SourceLocatio function in class:SourceManager
[all...]
/external/clang/lib/Lex/
H A DPPDirectives.cpp973 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID);
1111 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID,
H A DPragma.cpp444 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine()+1,

Completed in 250 milliseconds