clang  3.9.0
Public Member Functions | Public Attributes | List of all members
clang::HeaderSearchOptions::SystemHeaderPrefix Struct Reference

#include <HeaderSearchOptions.h>

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

Public Member Functions

 SystemHeaderPrefix (StringRef Prefix, bool IsSystemHeader)
 

Public Attributes

std::string Prefix
 A prefix to be matched against paths in #include directives. More...
 
bool IsSystemHeader
 True if paths beginning with this prefix should be treated as system headers. More...
 

Detailed Description

Definition at line 64 of file HeaderSearchOptions.h.

Constructor & Destructor Documentation

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

Definition at line 72 of file HeaderSearchOptions.h.

Member Data Documentation

bool clang::HeaderSearchOptions::SystemHeaderPrefix::IsSystemHeader

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

Definition at line 70 of file HeaderSearchOptions.h.

std::string clang::HeaderSearchOptions::SystemHeaderPrefix::Prefix

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

Definition at line 66 of file HeaderSearchOptions.h.


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