union DirectoryLookup::DLU

Declaration

union DirectoryLookup::DLU { /* full declaration omitted */ };

Declared at: clang/include/clang/Lex/DirectoryLookup.h:38

Member Variables

public clang::DirectoryEntryRef Dir
Dir - This is the actual directory that we're referring to for a normal directory or a framework.
public const clang::HeaderMap* Map
Map - This is the HeaderMap if this is a headermap lookup.

Method Overview

  • public DLU(clang::DirectoryEntryRef Dir)
  • public DLU(const clang::HeaderMap * Map)

Methods

DLU(clang::DirectoryEntryRef Dir)

Declared at: clang/include/clang/Lex/DirectoryLookup.h:47

Parameters

clang::DirectoryEntryRef Dir

DLU(const clang::HeaderMap* Map)

Declared at: clang/include/clang/Lex/DirectoryLookup.h:48

Parameters

const clang::HeaderMap* Map