clang API Documentation

Public Member Functions | Public Attributes
clang::HeaderSearchOptions::SystemHeaderPrefix Struct Reference

#include <HeaderSearchOptions.h>

Collaboration diagram for clang::HeaderSearchOptions::SystemHeaderPrefix:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SystemHeaderPrefix (StringRef Prefix, bool IsSystemHeader)

Public Attributes

std::string Prefix
 A prefix to be matched against paths in #include directives.
bool IsSystemHeader

Detailed Description

Definition at line 63 of file HeaderSearchOptions.h.


Constructor & Destructor Documentation

clang::HeaderSearchOptions::SystemHeaderPrefix::SystemHeaderPrefix ( StringRef  Prefix,
bool  IsSystemHeader 
) [inline]

Definition at line 71 of file HeaderSearchOptions.h.


Member Data Documentation

True if paths beginning with this prefix should be treated as system headers.

Definition at line 69 of file HeaderSearchOptions.h.

A prefix to be matched against paths in #include directives.

Definition at line 65 of file HeaderSearchOptions.h.


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