struct HeaderSearchOptions::Entry

Declaration

struct HeaderSearchOptions::Entry { /* full declaration omitted */ };

Declared at: clang/include/clang/Lex/HeaderSearchOptions.h:70

Member Variables

public std::string Path
public frontend::IncludeDirGroup Group
public unsigned int IsFramework
public unsigned int IgnoreSysRoot
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.

Method Overview

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

Methods

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

Declared at: clang/include/clang/Lex/HeaderSearchOptions.h:80

Parameters

llvm::StringRef path
frontend::IncludeDirGroup group
bool isFramework
bool ignoreSysRoot