An input file for the front end.
More...
#include "clang/Frontend/FrontendOptions.h"
An input file for the front end.
Definition at line 127 of file FrontendOptions.h.
◆ FrontendInputFile() [1/3]
clang::FrontendInputFile::FrontendInputFile |
( |
| ) |
|
|
inline |
◆ FrontendInputFile() [2/3]
clang::FrontendInputFile::FrontendInputFile |
( |
StringRef |
File, |
|
|
InputKind |
Kind, |
|
|
bool |
IsSystem = false |
|
) |
| |
|
inline |
◆ FrontendInputFile() [3/3]
clang::FrontendInputFile::FrontendInputFile |
( |
llvm::MemoryBuffer * |
Buffer, |
|
|
InputKind |
Kind, |
|
|
bool |
IsSystem = false |
|
) |
| |
|
inline |
◆ getBuffer()
llvm::MemoryBuffer* clang::FrontendInputFile::getBuffer |
( |
| ) |
const |
|
inline |
◆ getFile()
StringRef clang::FrontendInputFile::getFile |
( |
| ) |
const |
|
inline |
◆ getKind()
InputKind clang::FrontendInputFile::getKind |
( |
| ) |
const |
|
inline |
◆ isBuffer()
bool clang::FrontendInputFile::isBuffer |
( |
| ) |
const |
|
inline |
◆ isEmpty()
bool clang::FrontendInputFile::isEmpty |
( |
| ) |
const |
|
inline |
◆ isFile()
bool clang::FrontendInputFile::isFile |
( |
| ) |
const |
|
inline |
◆ isPreprocessed()
bool clang::FrontendInputFile::isPreprocessed |
( |
| ) |
const |
|
inline |
◆ isSystem()
bool clang::FrontendInputFile::isSystem |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: