|
| FindIncludes (SourceManager &sm, Preprocessor &pp, std::vector< IncludeData > &incData) |
|
void | InclusionDirective (SourceLocation hashLoc, const Token &, StringRef fileName, bool isAngled, CharSourceRange, OptionalFileEntryRef, StringRef, StringRef, const Module *, bool, SrcMgr::CharacteristicKind) override |
|
void | MacroDefined (const Token ¯oNameTok, const MacroDirective *md) override |
|
Definition at line 115 of file Insights.cpp.
◆ FindIncludes()
FindIncludes::FindIncludes |
( |
SourceManager & |
sm, |
|
|
Preprocessor & |
pp, |
|
|
std::vector< IncludeData > & |
incData |
|
) |
| |
|
inline |
◆ InclusionDirective()
void FindIncludes::InclusionDirective |
( |
SourceLocation |
hashLoc, |
|
|
const Token & |
, |
|
|
StringRef |
fileName, |
|
|
bool |
isAngled, |
|
|
CharSourceRange |
, |
|
|
OptionalFileEntryRef |
, |
|
|
StringRef |
, |
|
|
StringRef |
, |
|
|
const Module * |
, |
|
|
bool |
, |
|
|
SrcMgr::CharacteristicKind |
|
|
) |
| |
|
inlineoverride |
◆ MacroDefined()
void FindIncludes::MacroDefined |
( |
const Token & |
macroNameTok, |
|
|
const MacroDirective * |
md |
|
) |
| |
|
inlineoverride |
The documentation for this class was generated from the following file: