OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
194
///
AddLineNote
- Add a line note to the line table that indicates that there
197
void LineTableInfo::
AddLineNote
(FileID FID, unsigned Offset,
223
///
AddLineNote
This is the same as the previous version of
AddLineNote
, but is
228
void LineTableInfo::
AddLineNote
(FileID FID, unsigned Offset,
295
///
AddLineNote
- Add a line note to the line table for the FileID and offset
298
void SourceManager::
AddLineNote
(SourceLocation Loc, unsigned LineNo,
314
LineTable->
AddLineNote
(LocInfo.first, LocInfo.second, LineNo, FilenameID);
317
///
AddLineNote
- Add a GNU line marker to the line table.
318
void SourceManager::
AddLineNote
(SourceLocation Loc, unsigned LineNo
[
all
...]
/external/clang/lib/Lex/
PPDirectives.cpp
[
all
...]
Pragma.cpp
442
SourceMgr.
AddLineNote
(SysHeaderTok.getLocation(), PLoc.getLine()+1,
[
all
...]
Completed in 78 milliseconds