clang
8.0.0
|
The kind of a file that we've been handed as an input. More...
#include "clang/Frontend/FrontendOptions.h"
Public Types | |
enum | Language { Unknown, Asm, LLVM_IR, C, CXX, ObjC, ObjCXX, OpenCL, CUDA, RenderScript, HIP } |
The language for the input, used to select and validate the language standard and possible actions. More... | |
enum | Format { Source, ModuleMap, Precompiled } |
The input file format. More... | |
Public Member Functions | |
constexpr | InputKind (Language L=Unknown, Format F=Source, bool PP=false) |
Language | getLanguage () const |
Format | getFormat () const |
bool | isPreprocessed () const |
bool | isUnknown () const |
Is the input kind fully-unknown? More... | |
bool | isObjectiveC () const |
Is the language of the input some dialect of Objective-C? More... | |
InputKind | getPreprocessed () const |
InputKind | withFormat (Format F) const |
The kind of a file that we've been handed as an input.
Definition at line 137 of file FrontendOptions.h.
The input file format.
Enumerator | |
---|---|
Source | |
ModuleMap | |
Precompiled |
Definition at line 169 of file FrontendOptions.h.
The language for the input, used to select and validate the language standard and possible actions.
Definition at line 146 of file FrontendOptions.h.
|
inline |
Definition at line 175 of file FrontendOptions.h.
|
inline |
Definition at line 180 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), clang::CompilerInstance::InitializeSourceManager(), and ParseFrontendArgs().
|
inline |
Definition at line 179 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), GetInputKindName(), getOptimizationLevel(), and clang::CompilerInvocation::setLangDefaults().
|
inline |
Definition at line 189 of file FrontendOptions.h.
Referenced by ParseFrontendArgs().
|
inline |
Is the language of the input some dialect of Objective-C?
Definition at line 187 of file FrontendOptions.h.
Referenced by clang::CompilerInvocation::setLangDefaults().
|
inline |
Definition at line 181 of file FrontendOptions.h.
Referenced by clang::FrontendInputFile::isPreprocessed().
|
inline |
Is the input kind fully-unknown?
Definition at line 184 of file FrontendOptions.h.
Referenced by ParseFrontendArgs().
Definition at line 193 of file FrontendOptions.h.
Referenced by ParseFrontendArgs().