struct HeaderSearchOptions::SystemHeaderPrefix

Declaration

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

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

Member Variables

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

Method Overview

Methods

ΒΆSystemHeaderPrefix(llvm::StringRef Prefix,
                   bool IsSystemHeader)

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

Parameters

llvm::StringRef Prefix
bool IsSystemHeader