Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
llvm-project
/
clang-tools-extra
/
test
/
modularize
/
Inputs
/
IsDependent.h
blob: 492811026603a69f4aaf57ab44495facf97ac259 [
file
] [
log
] [
blame
] [
edit
]
// This header depends on SomeTypes.h for the TypeInt typedef.
typedef
TypeInt
NewTypeInt
;
typedef
OtherTypeInt
OtherNewTypeInt
;