clang
9.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 144 of file FrontendOptions.h.
The input file format.
Enumerator | |
---|---|
Source | |
ModuleMap | |
Precompiled |
Definition at line 176 of file FrontendOptions.h.
The language for the input, used to select and validate the language standard and possible actions.
Definition at line 153 of file FrontendOptions.h.
|
inline |
Definition at line 182 of file FrontendOptions.h.
|
inline |
Definition at line 187 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), clang::CompilerInstance::InitializeSourceManager(), and ParseFrontendArgs().
|
inline |
Definition at line 186 of file FrontendOptions.h.
Referenced by clang::FrontendAction::BeginSourceFile(), GetInputKindName(), getOptimizationLevel(), and clang::CompilerInvocation::setLangDefaults().
|
inline |
Definition at line 196 of file FrontendOptions.h.
Referenced by ParseFrontendArgs().
|
inline |
Is the language of the input some dialect of Objective-C?
Definition at line 194 of file FrontendOptions.h.
Referenced by clang::CompilerInvocation::setLangDefaults().
|
inline |
Definition at line 188 of file FrontendOptions.h.
Referenced by clang::FrontendInputFile::isPreprocessed().
|
inline |
Is the input kind fully-unknown?
Definition at line 191 of file FrontendOptions.h.
Referenced by ParseFrontendArgs().
Definition at line 200 of file FrontendOptions.h.
Referenced by ParseFrontendArgs().