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

#include "clang/Lex/HeaderSearchOptions.h"

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
 True if paths beginning with this prefix should be treated as system headers.
 

Detailed Description

Definition at line 88 of file HeaderSearchOptions.h.

Constructor & Destructor Documentation

◆ SystemHeaderPrefix()

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

Definition at line 96 of file HeaderSearchOptions.h.

Member Data Documentation

◆ IsSystemHeader

bool clang::HeaderSearchOptions::SystemHeaderPrefix::IsSystemHeader

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

Definition at line 94 of file HeaderSearchOptions.h.

Referenced by clang::addHash(), and clang::hash_value().

◆ Prefix

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

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

Definition at line 90 of file HeaderSearchOptions.h.

Referenced by clang::addHash(), and clang::hash_value().


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