clang  3.7.0
Public Member Functions | Static Public Member Functions | Friends | List of all members
clang::SrcMgr::FileInfo Class Reference

Information about a FileID, basically just the logical file that it represents and include stack information. More...

#include <SourceManager.h>

Public Member Functions

SourceLocation getIncludeLoc () const
 
const ContentCache * getContentCache () const
 
CharacteristicKind getFileCharacteristic () const
 Return whether this is a system header or not. More...
 
bool hasLineDirectives () const
 Return true if this FileID has #line directives in it. More...
 
void setHasLineDirectives ()
 Set the flag that indicates that this FileID has line table entries associated with it. More...
 

Static Public Member Functions

static FileInfo get (SourceLocation IL, const ContentCache *Con, CharacteristicKind FileCharacter)
 Return a FileInfo object. More...
 

Friends

class clang::SourceManager
 
class clang::ASTWriter
 
class clang::ASTReader
 

Detailed Description

Information about a FileID, basically just the logical file that it represents and include stack information.

Each FileInfo has include stack information, indicating where it came from. This information encodes the #include chain that a token was expanded from. The main include file has an invalid IncludeLoc.

FileInfos contain a "ContentCache *", with the contents of the file.

Definition at line 237 of file SourceManager.h.

Member Function Documentation

static FileInfo clang::SrcMgr::FileInfo::get ( SourceLocation  IL,
const ContentCache *  Con,
CharacteristicKind  FileCharacter 
)
inlinestatic

Return a FileInfo object.

Definition at line 259 of file SourceManager.h.

References X.

const ContentCache* clang::SrcMgr::FileInfo::getContentCache ( ) const
inline
CharacteristicKind clang::SrcMgr::FileInfo::getFileCharacteristic ( ) const
inline

Return whether this is a system header or not.

Definition at line 279 of file SourceManager.h.

Referenced by clang::SourceManager::getFileCharacteristic(), getNullabilityCompletenessCheckFileID(), and clang::ASTImporter::Import().

SourceLocation clang::SrcMgr::FileInfo::getIncludeLoc ( ) const
inline
bool clang::SrcMgr::FileInfo::hasLineDirectives ( ) const
inline

Return true if this FileID has #line directives in it.

Definition at line 284 of file SourceManager.h.

Referenced by clang::SourceManager::getFileCharacteristic(), clang::SourceManager::getPresumedLoc(), and clang::SourceManager::isInMainFile().

void clang::SrcMgr::FileInfo::setHasLineDirectives ( )
inline

Set the flag that indicates that this FileID has line table entries associated with it.

Definition at line 288 of file SourceManager.h.

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

Friends And Related Function Documentation

friend class clang::ASTReader
friend

Definition at line 256 of file SourceManager.h.

friend class clang::ASTWriter
friend

Definition at line 255 of file SourceManager.h.

friend class clang::SourceManager
friend

Definition at line 254 of file SourceManager.h.


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