clang API Documentation

Public Member Functions
clang::ExternalHeaderFileInfoSource Class Reference

An external source of header file information, which may supply information about header files already included. More...

#include <HeaderSearch.h>

Inheritance diagram for clang::ExternalHeaderFileInfoSource:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~ExternalHeaderFileInfoSource ()
virtual HeaderFileInfo GetHeaderFileInfo (const FileEntry *FE)=0
 Retrieve the header file information for the given file entry.

Detailed Description

An external source of header file information, which may supply information about header files already included.

Definition at line 135 of file HeaderSearch.h.


Constructor & Destructor Documentation

Definition at line 46 of file HeaderSearch.cpp.


Member Function Documentation

Retrieve the header file information for the given file entry.

Returns:
Header file information for the given file entry, with the External bit set. If the file entry is not known, return a default-constructed HeaderFileInfo.

Implemented in clang::ASTReader.

Referenced by clang::HeaderSearch::isFileMultipleIncludeGuarded().


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