#include <RestrictSystemIncludesCheck.h>
|
| RestrictedIncludesPPCallbacks (RestrictSystemIncludesCheck &Check, const SourceManager &SM) |
|
void | InclusionDirective (SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) override |
|
void | EndOfMainFile () override |
|
◆ RestrictedIncludesPPCallbacks()
clang::tidy::portability::RestrictedIncludesPPCallbacks::RestrictedIncludesPPCallbacks |
( |
RestrictSystemIncludesCheck & |
Check, |
|
|
const SourceManager & |
SM |
|
) |
| |
|
inlineexplicit |
◆ EndOfMainFile()
void clang::tidy::portability::RestrictedIncludesPPCallbacks::EndOfMainFile |
( |
| ) |
|
|
override |
◆ InclusionDirective()
void clang::tidy::portability::RestrictedIncludesPPCallbacks::InclusionDirective |
( |
SourceLocation |
HashLoc, |
|
|
const Token & |
IncludeTok, |
|
|
StringRef |
FileName, |
|
|
bool |
IsAngled, |
|
|
CharSourceRange |
FilenameRange, |
|
|
const FileEntry * |
File, |
|
|
StringRef |
SearchPath, |
|
|
StringRef |
RelativePath, |
|
|
const Module * |
Imported, |
|
|
SrcMgr::CharacteristicKind |
FileType |
|
) |
| |
|
override |
The documentation for this class was generated from the following files: