clang
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
Enumerations
_
a
b
c
f
g
i
l
m
n
o
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Examples
lib
Serialization
ModuleFileExtension.cpp
Go to the documentation of this file.
1
//===-- ModuleFileExtension.cpp - Module File Extensions ------------------===//
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
#include "
clang/Serialization/ModuleFileExtension.h
"
9
10
using namespace
clang
;
11
12
char
ModuleFileExtension::ID
= 0;
13
14
ModuleFileExtension::~ModuleFileExtension
() {}
15
16
void
ModuleFileExtension::hashExtension
(
ExtensionHashBuilder
&HBuilder)
const
{}
17
18
ModuleFileExtensionWriter::~ModuleFileExtensionWriter
() {}
19
20
ModuleFileExtensionReader::~ModuleFileExtensionReader
() {}
ModuleFileExtension.h
clang::ModuleFileExtensionReader::~ModuleFileExtensionReader
virtual ~ModuleFileExtensionReader()
Definition:
ModuleFileExtension.cpp:20
clang::ModuleFileExtensionWriter::~ModuleFileExtensionWriter
virtual ~ModuleFileExtensionWriter()
Definition:
ModuleFileExtension.cpp:18
clang::ModuleFileExtension::ID
static char ID
Discriminator for LLVM RTTI.
Definition:
ModuleFileExtension.h:69
clang::ModuleFileExtension::ExtensionHashBuilder
llvm::HashBuilder< llvm::MD5, llvm::endianness::native > ExtensionHashBuilder
Hash information about the presence of this extension into the module hash.
Definition:
ModuleFileExtension.h:88
clang::ModuleFileExtension::hashExtension
virtual void hashExtension(ExtensionHashBuilder &HBuilder) const
Definition:
ModuleFileExtension.cpp:16
clang::ModuleFileExtension::~ModuleFileExtension
virtual ~ModuleFileExtension()
Definition:
ModuleFileExtension.cpp:14
clang
The JSON file list parser is used to communicate input to InstallAPI.
Definition:
CalledOnceCheck.h:17
Generated on Thu Mar 27 2025 10:22:20 for clang by
1.9.6