clang API Documentation

Public Member Functions | Static Public Member Functions
clang::serialization::InputFile Class Reference

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 <Module.h>

List of all members.

Public Member Functions

 InputFile ()
 InputFile (const FileEntry *File, bool isOverridden=false, bool isOutOfDate=false)
const FileEntrygetFile () const
bool isOverridden () const
bool isOutOfDate () const
bool isNotFound () const

Static Public Member Functions

static InputFile getNotFound ()

Detailed Description

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 66 of file Serialization/Module.h.


Constructor & Destructor Documentation

Definition at line 75 of file Serialization/Module.h.

clang::serialization::InputFile::InputFile ( const FileEntry File,
bool  isOverridden = false,
bool  isOutOfDate = false 
) [inline]

Definition at line 76 of file Serialization/Module.h.

References isOutOfDate(), and isOverridden().


Member Function Documentation

Definition at line 94 of file Serialization/Module.h.

Referenced by clang::ASTReader::ReadSLocEntry().

Definition at line 88 of file Serialization/Module.h.

Definition at line 97 of file Serialization/Module.h.

Definition at line 96 of file Serialization/Module.h.

Referenced by InputFile().

Definition at line 95 of file Serialization/Module.h.

Referenced by InputFile(), and clang::ASTReader::ReadSLocEntry().


The documentation for this class was generated from the following file: