The kind of a file that we've been handed as an input. More...
#include "[clang/Frontend/FrontendOptions.h](FrontendOptions%5F8h%5Fsource.html)"
The kind of a file that we've been handed as an input.
Definition at line 157 of file FrontendOptions.h.
The input file format.
Enumerator |
Source |
ModuleMap |
Precompiled |
Definition at line 160 of file FrontendOptions.h.
Enumerator |
HeaderUnit_None |
HeaderUnit_User |
HeaderUnit_System |
HeaderUnit_Abs |
Definition at line 169 of file FrontendOptions.h.
Format clang::InputKind::getFormat ( ) const |
inline |
InputKind clang::InputKind::getHeader ( ) const |
inline |
◆ getLanguage()
Language clang::InputKind::getLanguage ( ) const |
inline |
◆ getPreprocessed()
InputKind clang::InputKind::getPreprocessed ( ) const |
inline |
bool clang::InputKind::isHeader ( ) const |
inline |
bool clang::InputKind::isHeaderUnit ( ) const |
inline |
◆ isObjectiveC()
bool clang::InputKind::isObjectiveC ( ) const |
inline |
◆ isPreprocessed()
bool clang::InputKind::isPreprocessed ( ) const |
inline |
◆ isUnknown()
bool clang::InputKind::isUnknown ( ) const |
inline |
The documentation for this class was generated from the following file: