OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DirectoryEntry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
DirectoryEntry.h
1
//===- clang/Basic/
DirectoryEntry
.h - Directory references ------*- C++ -*-===//
10
/// Defines interfaces for clang::
DirectoryEntry
and clang::DirectoryEntryRef.
33
class
DirectoryEntry
{
43
/// A reference to a \c
DirectoryEntry
that includes the name of the directory
47
const
DirectoryEntry
&getDirEntry() const { return *ME->getValue(); }
51
/// Hash code is based on the
DirectoryEntry
, not the specific named
57
using MapEntry = llvm::StringMapEntry<llvm::ErrorOr<
DirectoryEntry
&>>;
67
/// Allow DirectoryEntryRef to degrade into 'const
DirectoryEntry
*' to
82
/// FIXME: Once DirectoryEntryRef is "everywhere" and
DirectoryEntry
::getName
84
operator const
DirectoryEntry
*() const { return &getDirEntry();
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
618
class
DirectoryEntry
: public Entry {
624
DirectoryEntry
(StringRef Name, std::vector<std::unique_ptr<Entry>> Contents,
630
DirectoryEntry
(StringRef Name, Status S)
Completed in 44 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026