Skip to content

SagePreprocessorRecord::InclusionDirective

Synopsis

Declared in <CxxFrontend/Clang/clang‐frontend‐private.hpp>

virtual
void
InclusionDirective(
    clang::SourceLocation HashLoc,
    clang::Token const& IncludeTok,
    llvm::StringRef FileName,
    bool IsAngled,
    clang::CharSourceRange FilenameRange,
    clang::OptionalFileEntryRef File,
    llvm::StringRef SearchPath,
    llvm::StringRef RelativePath,
    clang::Module const* SuggestedModule,
    bool ModuleImported,
    clang::SrcMgr::CharacteristicKind FileType) override;

Created with MrDocs