|
clang
5.0.0
|
The input file that has been loaded from this AST file, along with bools indicating whether this was an overridden buffer or if it was out-of-date or not-found. More...
#include "clang/Serialization/Module.h"
Public Member Functions | |
| InputFile () | |
| InputFile (const FileEntry *File, bool isOverridden=false, bool isOutOfDate=false) | |
| const FileEntry * | getFile () const |
| bool | isOverridden () const |
| bool | isOutOfDate () const |
| bool | isNotFound () const |
Static Public Member Functions | |
| static InputFile | getNotFound () |
The input file that has been loaded from this AST file, along with bools indicating whether this was an overridden buffer or if it was out-of-date or not-found.
|
inline |
Definition at line 69 of file Module.h.
References isOutOfDate(), and isOverridden().
|
inline |
Definition at line 87 of file Module.h.
Referenced by clang::ASTReader::ReadSLocEntry().
|
inlinestatic |
|
inline |
|
inline |
Definition at line 89 of file Module.h.
Referenced by InputFile().
|
inline |
Definition at line 88 of file Module.h.
Referenced by InputFile(), and clang::ASTReader::ReadSLocEntry().
1.8.6