Skip to content

ClangToDotPreprocessorRecord::InclusionDirective

Synopsis

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

void
InclusionDirective(
    clang::SourceLocation HashLoc,
    clang::Token const& IncludeTok,
    llvm::StringRef FileName,
    bool IsAngled,
    clang::FileEntry const* File,
    clang::SourceLocation EndLoc,
    llvm::StringRef SearchPath,
    llvm::StringRef RelativePath);

Created with MrDocs