class DirectoryEntry

Declaration

class DirectoryEntry { /* full declaration omitted */ };

Description

Cached information about one directory (either on disk or in the virtual file system).

Declared at: clang/include/clang/Basic/DirectoryEntry.h:34

Member Variables

private llvm::StringRef Name

Method Overview

Methods

DirectoryEntry()

Declared at: clang/include/clang/Basic/DirectoryEntry.h:35

DirectoryEntry(const clang::DirectoryEntry&)

Declared at: clang/include/clang/Basic/DirectoryEntry.h:36

Parameters

const clang::DirectoryEntry&

llvm::StringRef getName() const

Declared at: clang/include/clang/Basic/DirectoryEntry.h:45