xref
: /
external
/
llvm-project
/
clang
/
test
/
PCH
/
Inputs
/
pch-through-macro.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
pragma
once
2
#
define
Source
(
x
,
y
)
3
#
define
InOut
(
size
)
Source
(
InOut
, (
size
))
4