clang
22.0.0git
lib
Basic
FileEntry.cpp
Go to the documentation of this file.
1
//===- FileEntry.cpp - File references --------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
/// \file
10
/// Defines implementation for clang::FileEntry and clang::FileEntryRef.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#include "
clang/Basic/FileEntry.h
"
15
#include "llvm/Support/VirtualFileSystem.h"
16
17
using namespace
clang
;
18
19
FileEntry::FileEntry() : UniqueID(0, 0) {}
20
21
FileEntry::~FileEntry
() =
default
;
22
23
void
FileEntry::closeFile
()
const
{ File.reset(); }
FileEntry.h
Defines interfaces for clang::FileEntry and clang::FileEntryRef.
clang::FileEntry::closeFile
void closeFile() const
Definition:
FileEntry.cpp:23
clang::FileEntry::~FileEntry
~FileEntry()
clang
The JSON file list parser is used to communicate input to InstallAPI.
Definition:
CalledOnceCheck.h:17
Generated on Tue Sep 2 2025 18:38:11 for clang by
1.9.6