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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManagerInternals.h110 void AddLineNote(FileID FID, unsigned Offset,
H A DSourceManager.h1516 void AddLineNote(SourceLocation Loc, unsigned LineNo, int FilenameID,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp243 void LineTableInfo::AddLineNote(FileID FID, unsigned Offset, unsigned LineNo, function in class:LineTableInfo
307 /// AddLineNote - Add a line note to the line table for the FileID and offset
310 void SourceManager::AddLineNote(SourceLocation Loc, unsigned LineNo, function in class:SourceManager
334 LineTable->AddLineNote(LocInfo.first, LocInfo.second, LineNo, FilenameID,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp278 CI.getSourceManager().AddLineNote(
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1216 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID, false,
1359 SourceMgr.AddLineNote(DigitTok.getLocation(), LineNo, FilenameID, IsFileEntry,
H A DPragma.cpp489 SourceMgr.AddLineNote(SysHeaderTok.getLocation(), PLoc.getLine() + 1,

Completed in 110 milliseconds