Home
last modified time | relevance | path

Searched refs:Typedef2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/test/ASTMerge/typedef/Inputs/
H A Dtypedef1.c2 typedef int Typedef2; typedef
4 Typedef2 x2;
H A Dtypedef2.c2 typedef double Typedef2; typedef
4 Typedef2 x2;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dreadability-casting.cpp15 typedef const char *Typedef2; in f() typedef
17 (Typedef2)t1; in f()
H A Dreadability-casting.mm16 typedef const char *Typedef2;
18 (Typedef2)t1;
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-shared.cpp268 IntPtr Typedef2 = IntPtr(new int); in aliases() local
H A Dmake-unique.cpp495 IntPtr Typedef2 = IntPtr(new int); in aliases() local