clang 20.0.0git
|
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/ModuleFile.h"
Public Member Functions | |
InputFile ()=default | |
InputFile (FileEntryRef File, bool isOverridden=false, bool isOutOfDate=false) | |
OptionalFileEntryRef | 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.
Definition at line 78 of file ModuleFile.h.
|
default |
|
inline |
Definition at line 89 of file ModuleFile.h.
References clang::File, isOutOfDate(), and isOverridden().
|
inline |
Definition at line 107 of file ModuleFile.h.
References P.
Referenced by clang::ASTReader::ReadSLocEntry().
|
inlinestatic |
Definition at line 101 of file ModuleFile.h.
References clang::File.
|
inline |
Definition at line 114 of file ModuleFile.h.
|
inline |
Definition at line 113 of file ModuleFile.h.
Referenced by InputFile().
|
inline |
Definition at line 112 of file ModuleFile.h.
Referenced by InputFile(), and clang::ASTReader::ReadSLocEntry().