class ExternalHeaderFileInfoSource

Declaration

class ExternalHeaderFileInfoSource { /* full declaration omitted */ };

Description

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

Declared at: clang/include/clang/Lex/HeaderSearch.h:133

Method Overview

Methods

virtual clang::HeaderFileInfo GetHeaderFileInfo(
    const clang::FileEntry* FE)

Description

Retrieve the header file information for the given file entry.

Declared at: clang/include/clang/Lex/HeaderSearch.h:142

Parameters

const clang::FileEntry* FE

Returns

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

virtual ~ExternalHeaderFileInfoSource()

Declared at: clang/include/clang/Lex/HeaderSearch.h:135