enum InclusionDirective::InclusionKind

Description

The kind of inclusion directives known to the preprocessor.

Declared at: clang/include/clang/Lex/PreprocessingRecord.h:211

Enumerators

NameValueComment
Include0An \c \#include directive.
Import1An Objective-C \c \#import directive.
IncludeNext2A GNU \c \#include_next directive.
IncludeMacros3A Clang \c \#__include_macros directive.