xref
: /
external
/
llvm-project
/
clang
/
test
/
ASTMerge
/
macro
/
Inputs
/
macro1.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
typedef
void
*
VoidRef
;
2
3
void
maybeNull
(
4
int
i
,
5
_Nullable
VoidRef
*
_Nullable
);
6