clang API Documentation

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

#include <HeaderSearchOptions.h>

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

List of all members.

Public Member Functions

 Entry (StringRef path, frontend::IncludeDirGroup group, bool isFramework, bool ignoreSysRoot)

Public Attributes

std::string Path
frontend::IncludeDirGroup Group
unsigned IsFramework: 1
unsigned IgnoreSysRoot: 1

Detailed Description

Definition at line 47 of file HeaderSearchOptions.h.


Constructor & Destructor Documentation

clang::HeaderSearchOptions::Entry::Entry ( StringRef  path,
frontend::IncludeDirGroup  group,
bool  isFramework,
bool  ignoreSysRoot 
) [inline]

Definition at line 57 of file HeaderSearchOptions.h.


Member Data Documentation

Definition at line 49 of file HeaderSearchOptions.h.

Referenced by clang::ApplyHeaderSearchOptions().

IgnoreSysRoot - This is false if an absolute path should be treated relative to the sysroot, or true if it should always be the absolute path.

Definition at line 55 of file HeaderSearchOptions.h.

Referenced by clang::ApplyHeaderSearchOptions().

Definition at line 50 of file HeaderSearchOptions.h.

Referenced by clang::ApplyHeaderSearchOptions().

Definition at line 48 of file HeaderSearchOptions.h.

Referenced by clang::ApplyHeaderSearchOptions().


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